Skip to content

Commit cc44ae7

Browse files
committed
fix version in results
1 parent be1f64f commit cc44ae7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

webdriver-ts-results/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ class App extends React.Component<{}, State> {
182182
return (
183183
<div>
184184
{disclaimer}
185-
<p>The benchmark was run on a Razer Blade 15 Advanced (i7-8750H, 32 GB RAM, Ubuntu 19.10 (Linux 5.3.0-19, mitigations=off), Chrome 78.0.3904.70 (64-bit))</p>
185+
<p>The benchmark was run on a Razer Blade 15 Advanced (i7-8750H, 32 GB RAM, Ubuntu 19.10 (Linux 5.3.0-24, mitigations=off), Chrome 79.0.3945.79 (64-bit))</p>
186186
<SelectBar benchmarksCPU={this.state.benchmarksCPU}
187187
benchmarksStartup={this.state.benchmarksStartup}
188188
benchmarksMEM={this.state.benchmarksMEM}

webdriver-ts-results/table.html

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

0 commit comments

Comments
 (0)