Skip to content

Commit 7025d1b

Browse files
committed
add lightpanda CDP result
1 parent 2a15b3e commit 7025d1b

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,3 +208,33 @@ max run duration (ms) 298
208208
```
209209

210210
![aws.m5 Playwright with Google Chrome](./img/aws_m5_playwright_chrome.png)
211+
212+
**Lightpanda browser**
213+
214+
We use Lightpanda commit [826f82610e10634aa57a41abc1fba337a5e9c88b](https://github.com/lightpanda-io/browser/commit/826f82610e10634aa57a41abc1fba337a5e9c88b).
215+
216+
You have to start the Lightpanda Gateway.
217+
```console
218+
./gateway
219+
```
220+
221+
And Lightpanda browser itself.
222+
```console
223+
./lightpanda
224+
```
225+
226+
Then you can run the benchmark.
227+
```console
228+
npm run bench-puppeteer-cdp
229+
230+
> [email protected] bench-puppeteer-cdp
231+
> node puppeteer/cdp.js
232+
233+
................................................................................
234+
....................
235+
total runs 100
236+
total duration (ms) 20907
237+
avg run duration (ms) 205
238+
min run duration (ms) 191
239+
max run duration (ms) 29
240+
```

0 commit comments

Comments
 (0)