Skip to content

Commit 8c9a1b0

Browse files
committed
add note to results
1 parent 9ba7a29 commit 8c9a1b0

File tree

3 files changed

+46
-69
lines changed

3 files changed

+46
-69
lines changed

webdriver-ts-results/src/App.tsx

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,37 +30,32 @@ const App = () => {
3030
<div>
3131
<h2>Results for js web frameworks benchmark - official run</h2>
3232
<p>
33-
A description of the benchmark and the source code and can be found in
34-
the github{" "}
35-
<a href="https://github.com/krausest/js-framework-benchmark">
36-
repository
37-
</a>
38-
.
33+
A description of the benchmark and the source code and can be found in the github{" "}
34+
<a href="https://github.com/krausest/js-framework-benchmark">repository</a>.
3935
</p>
4036
</div>
4137
) : (
4238
<p>
43-
Warning: These results are preliminary - use with caution (they may e.g.
44-
be from different browser versions). Official results are published on the{" "}
45-
<a href="https://krausest.github.io/js-framework-benchmark/index.html">
46-
results page
47-
</a>
48-
.
39+
Warning: These results are preliminary - use with caution (they may e.g. be from different browser versions).
40+
Official results are published on the{" "}
41+
<a href="https://krausest.github.io/js-framework-benchmark/index.html">results page</a>.
4942
</p>
5043
);
5144

5245
const testEnvironmentInfo = (
5346
<p>
54-
The benchmark was run on a MacBook Pro 14 (32 GB RAM, 8/14 Cores, OSX
55-
14.0), Chrome 118.0.5993.70 (arm64) using the puppeteer benchmark driver
56-
with reduced tracing.
47+
The benchmark was run on a MacBook Pro 14 (32 GB RAM, 8/14 Cores, OSX 14.0), Chrome 118.0.5993.70 (arm64) using
48+
the puppeteer benchmark driver with reduced tracing.
5749
</p>
5850
);
5951

6052
return (
6153
<>
6254
{disclaimer}
6355
{testEnvironmentInfo}
56+
<p>
57+
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.
58+
</p>
6459

6560
<main>
6661
<SelectionBar showDurationSelection={false} />

0 commit comments

Comments
 (0)