Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6b1409d

Browse files
committed
Update results for chrome 92
1 parent debebfc commit 6b1409d

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

webdriver-ts-results/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const App = () => {
1515
return (
1616
<div>
1717
{disclaimer}
18-
<p>The benchmark was run on a Razer Blade 15 Advanced (i7-8750H, 64 GB RAM, Fedora 34 (Linux 5.12.17, mitigations=off), Chrome 92.0.4515.107 (64-bit))</p>
18+
<p>The benchmark was run on a Razer Blade 15 Advanced (i7-8750H, 64 GB RAM, Fedora 34 (Linux 5.12.17, mitigations=off), Chrome 92.0.4515.107 (64-bit))</p>
1919
<SelectionBar/>
2020
<ResultTable type={FrameworkType.KEYED}/>
2121
<ResultTable type={FrameworkType.NON_KEYED}/>

webdriver-ts-results/src/reducer.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
import { Benchmark, BenchmarkType, convertToMap, DisplayMode, Framework, FrameworkType, RawResult, Result, ResultTableData, SORT_BY_GEOMMEAN_CPU, categories } from "./Common"
2-
import {benchmarks, frameworks, results as rawResults} from './results';
2+
import {benchmarks as benchmark_orig, frameworks, results as rawResults} from './results';
3+
4+
// Temporarily disable script bootup time
5+
const benchmarks = benchmark_orig.filter(b => b.id!=='32_startup-bt');
36
// eslint-disable-next-line @typescript-eslint/no-explicit-any
47
// eslint-disable-next-line @typescript-eslint/no-var-requires
58
const jStat: any = require('jStat').jStat;

webdriver-ts-results/table.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)