File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -65,11 +65,11 @@ This bench is a very basic test to compare the two software.
6565We start the browser and request the fake web page once with full JS execution. The final DOMTree is
6666rendered 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
185185You 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
190190Then you can run the benchmark.
You can’t perform that action at this time.
0 commit comments