Skip to content

Commit

Permalink
new tab per iteration (similar to #1428)
Browse files Browse the repository at this point in the history
  • Loading branch information
krausest committed Nov 12, 2023
1 parent 2fb058b commit 9d7c1fc
Show file tree
Hide file tree
Showing 8 changed files with 3,863 additions and 3,526 deletions.
4 changes: 4 additions & 0 deletions webdriver-ts-results/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ const App = () => {
<>
{disclaimer}
{testEnvironmentInfo}
<p>
After chrome 119 official results we&apos;ve changed a detail for the benchmark:
We now open a new tab for each benchmark iteration, earlier runs reused the tab per benchmark and implementation.
</p>
<p>
Starting with chrome 118 the benchmark uses a <a href="https://github.com/krausest/js-framework-benchmark/wiki/Computation-of-the-weighted-geometric-mean">weighted geometric mean </a> to compute the overall result.
</p>
Expand Down
6,308 changes: 3,134 additions & 3,174 deletions webdriver-ts-results/src/results.ts

Large diffs are not rendered by default.

Loading

0 comments on commit 9d7c1fc

Please sign in to comment.