Skip to content

Commit

Permalink
results for chrome 106
Browse files Browse the repository at this point in the history
  • Loading branch information
krausest committed Sep 29, 2022
1 parent 9a590a6 commit 18be0de
Show file tree
Hide file tree
Showing 6 changed files with 3,755 additions and 3,658 deletions.
4 changes: 2 additions & 2 deletions webdriver-ts-results/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { SelectionBar } from './selection/SelectionBar';

const App = (): JSX.Element => {
// eslint-disable-next-line no-constant-condition
const disclaimer = (false) ? (<div>
const disclaimer = (true) ? (<div>
<h2>Results for js web frameworks benchmark - official run</h2>
<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>
</div>) :
Expand All @@ -15,7 +15,7 @@ const App = (): JSX.Element => {
return (
<div>
{disclaimer}
<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))
<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))
using the puppeteer benchmark driver with reduced tracing.
</p>
<SelectionBar/>
Expand Down
Loading

0 comments on commit 18be0de

Please sign in to comment.