Skip to content

Commit 2b72606

Browse files
committed
update lightpanda puppeteer bench
1 parent 35b2796 commit 2b72606

File tree

2 files changed

+16
-20
lines changed

2 files changed

+16
-20
lines changed

README.md

Lines changed: 16 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -237,14 +237,9 @@ max run duration (ms) 451
237237

238238
**Lightpanda browser**
239239

240-
We use Lightpanda commit [8d2d089803ae080fbd9cf4c329470badace99b93](https://github.com/lightpanda-io/browser/commit/8d2d089803ae080fbd9cf4c329470badace99b93).
240+
We use Lightpanda commit [b846541ff69082f4d283155f0b3651ae0394a240](https://github.com/lightpanda-io/browser/commit/b846541ff69082f4d283155f0b3651ae0394a240).
241241

242-
You have to start the Lightpanda Gateway.
243-
```console
244-
./gateway
245-
```
246-
247-
And Lightpanda browser itself.
242+
You have to start Lightpanda browser.
248243
```console
249244
/usr/bin/time -v ./lightpanda
250245
```
@@ -256,33 +251,34 @@ $ npm run bench-puppeteer-cdp
256251
> [email protected] bench-puppeteer-cdp
257252
> node puppeteer/cdp.js
258253

254+
.
259255
................................................................................
260-
....................
256+
...................
261257
total runs 100
262-
total duration (ms) 3686
263-
avg run duration (ms) 35
264-
min run duration (ms) 26
265-
max run duration (ms) 109
258+
total duration (ms) 2277
259+
avg run duration (ms) 22
260+
min run duration (ms) 18
261+
max run duration (ms) 40
266262
```
267263

268264
![aws.m5 Puppeteer with Lightpanda browser](./img/aws_m5_puppeteer_lightpanda.png)
269265

270266
```console
271267
Command being timed: "./lightpanda"
272-
User time (seconds): 6.75
273-
System time (seconds): 2.32
274-
Percent of CPU this job got: 98%
275-
Elapsed (wall clock) time (h:mm:ss or m:ss): 0:09.20
268+
User time (seconds): 1.05
269+
System time (seconds): 0.55
270+
Percent of CPU this job got: 17%
271+
Elapsed (wall clock) time (h:mm:ss or m:ss): 0:09.25
276272
Average shared text size (kbytes): 0
277273
Average unshared data size (kbytes): 0
278274
Average stack size (kbytes): 0
279275
Average total size (kbytes): 0
280-
Maximum resident set size (kbytes): 23692
276+
Maximum resident set size (kbytes): 23456
281277
Average resident set size (kbytes): 0
282278
Major (requiring I/O) page faults: 0
283-
Minor (reclaiming a frame) page faults: 63559
284-
Voluntary context switches: 196
285-
Involuntary context switches: 2812
279+
Minor (reclaiming a frame) page faults: 62976
280+
Voluntary context switches: 8189
281+
Involuntary context switches: 2804
286282
Swaps: 0
287283
File system inputs: 0
288284
File system outputs: 0
1.14 KB
Loading

0 commit comments

Comments
 (0)