Skip to content

Commit 9d7c1fc

Browse files
committed
new tab per iteration (similar to #1428)
1 parent 2fb058b commit 9d7c1fc

File tree

8 files changed

+3863
-3526
lines changed

8 files changed

+3863
-3526
lines changed

webdriver-ts-results/src/App.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ const App = () => {
5353
<>
5454
{disclaimer}
5555
{testEnvironmentInfo}
56+
<p>
57+
After chrome 119 official results we&apos;ve changed a detail for the benchmark:
58+
We now open a new tab for each benchmark iteration, earlier runs reused the tab per benchmark and implementation.
59+
</p>
5660
<p>
5761
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.
5862
</p>

webdriver-ts-results/src/results.ts

Lines changed: 3134 additions & 3174 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)