Skip to content

Commit 653a541

Browse files
committed
update chrome version
1 parent c2bb33f commit 653a541

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ This bench is a very basic test to compare the two software.
6565
We start the browser and request the fake web page once with full JS execution. The final DOMTree is
6666
rendered in stdout.
6767

68-
We use Google Chrome version 122.0.6261.94.
68+
We use Google Chrome version 130.0.6723.58.
6969

7070
```console
7171
$ google-chrome --version
72-
Google Chrome 122.0.6261.94
72+
Google Chrome 130.0.6723.58
7373
```
7474

7575
### Execution time
@@ -180,11 +180,11 @@ $ npm run bench-playwright-cdp
180180

181181
**Google Chrome**
182182

183-
We use Google Chrome version 123.0.6312.105.
183+
We use Google Chrome version 130.0.6723.58.
184184

185185
You have to start the browser first.
186186
```console
187-
$ google-chrome --headless=new --disable-gpu --remote-debugging-port=9222
187+
$ google-chrome --headless=new --remote-debugging-port=9222
188188
```
189189

190190
Then you can run the benchmark.

0 commit comments

Comments
 (0)