Skip to content

Commit 18be0de

Browse files
committed
results for chrome 106
1 parent 9a590a6 commit 18be0de

File tree

6 files changed

+3755
-3658
lines changed

6 files changed

+3755
-3658
lines changed

webdriver-ts-results/src/App.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { SelectionBar } from './selection/SelectionBar';
66

77
const App = (): JSX.Element => {
88
// eslint-disable-next-line no-constant-condition
9-
const disclaimer = (false) ? (<div>
9+
const disclaimer = (true) ? (<div>
1010
<h2>Results for js web frameworks benchmark - official run</h2>
1111
<p>A description of the benchmark and the source code and can be found in the github <a href="https://github.com/krausest/js-framework-benchmark">repository</a>.</p>
1212
</div>) :
@@ -15,7 +15,7 @@ const App = (): JSX.Element => {
1515
return (
1616
<div>
1717
{disclaimer}
18-
<p>The benchmark was run on a MaBook Pro 14 (32 GB RAM, 8/14 Cores, OSX 12.6), Chrome 105.0.5195.102 (arm64))
18+
<p>The benchmark was run on a MaBook Pro 14 (32 GB RAM, 8/14 Cores, OSX 12.6), Chrome 106.0.5249.61 (arm64))
1919
using the puppeteer benchmark driver with reduced tracing.
2020
</p>
2121
<SelectionBar/>

0 commit comments

Comments
 (0)