Skip to content

Commit

Permalink
update for chrome 113
Browse files Browse the repository at this point in the history
  • Loading branch information
krausest committed May 5, 2023
1 parent c84a2c8 commit 13f2777
Show file tree
Hide file tree
Showing 6 changed files with 3,498 additions and 13 deletions.
2 changes: 1 addition & 1 deletion webdriver-ts-results/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const App = (): JSX.Element => {
return (
<div>
{disclaimer}
<p>The benchmark was run on a MacBook Pro 14 (32 GB RAM, 8/14 Cores, OSX 13.3), Chrome 112.0.5615.49 (arm64))
<p>The benchmark was run on a MacBook Pro 14 (32 GB RAM, 8/14 Cores, OSX 13.3), Chrome 113.0.5672.63 (arm64))
using the puppeteer benchmark driver with reduced tracing.
</p>
<SelectionBar/>
Expand Down
3,500 changes: 3,492 additions & 8 deletions webdriver-ts-results/src/results.ts

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion webdriver-ts-results/src/selection/SelectionMode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@ const SelectionMode = (): JSX.Element =>
<option value={DisplayMode.DisplayMedian}>median results</option>
<option value={DisplayMode.BoxPlot}>box plot</option>
</select>
{/*
<div className="hspan" />
<label htmlFor="displayMode">(Experimental) Duration measurement mode</label>
<div className="hspan" />
<select id="displayMode" className="custom-select" value={cpuDurationMode} onChange={(evt) => dispatch(selectCpuDurationMode(evt.target.value as CpuDurationMode))}>
<option value={CpuDurationMode.Total}>total duration</option>
<option value={CpuDurationMode.Script}>only JS duration</option>
</select>
</select> */}
</>
);
};
Expand Down
2 changes: 1 addition & 1 deletion webdriver-ts-results/table.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion webdriver-ts/results.json

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion webdriver-ts/src/createResultJS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ async function main() {
);
}
}
console.log("values=", values);
let result: any = {
f: data.framework,
b: data.benchmark,
Expand Down

0 comments on commit 13f2777

Please sign in to comment.