Skip to content

Commit 00b865c

Browse files
committed
chrome 141 results
1 parent 1be4636 commit 00b865c

File tree

5 files changed

+536
-335
lines changed

5 files changed

+536
-335
lines changed

webdriver-ts-results/src/App.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const KnownIssuesList = () => {
3030

3131
const App = () => {
3232
// eslint-disable-next-line no-constant-condition
33-
const version = "Chrome 140.0.7339.81"
33+
const version = "Chrome 141.0.7390.55"
3434
const disclaimer = false ? (
3535
<div>
3636
<h2>js-framework-benchmark results for {version}</h2>
@@ -49,7 +49,7 @@ const App = () => {
4949

5050
const testEnvironmentInfo = (
5151
<p>
52-
The benchmark was run on a MacBook Pro 14 (48 GB RAM, M4 14/20 Cores, OSX 15.6.1), {version}
52+
The benchmark was run on a MacBook Pro 14 (48 GB RAM, M4 14/20 Cores, OSX 26.0.1), {version}
5353
(arm64) using the puppeteer benchmark driver with reduced tracing.
5454
</p>
5555
);

0 commit comments

Comments
 (0)