Skip to content

Commit 479f47c

Browse files
committed
update bench w/o mem leak
1 parent 4b27911 commit 479f47c

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

README.md

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

238238
**Lightpanda browser**
239239

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

242242
You have to start the Lightpanda Gateway.
243243
```console
@@ -259,30 +259,30 @@ $ npm run bench-puppeteer-cdp
259259
................................................................................
260260
....................
261261
total runs 100
262-
total duration (ms) 3456
263-
avg run duration (ms) 32
264-
min run duration (ms) 23
265-
max run duration (ms) 105
262+
total duration (ms) 3686
263+
avg run duration (ms) 35
264+
min run duration (ms) 26
265+
max run duration (ms) 109
266266
```
267267

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

270270
```console
271271
Command being timed: "./lightpanda"
272-
User time (seconds): 41.78
273-
System time (seconds): 14.15
274-
Percent of CPU this job got: 99%
275-
Elapsed (wall clock) time (h:mm:ss or m:ss): 0:56.14
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
276276
Average shared text size (kbytes): 0
277277
Average unshared data size (kbytes): 0
278278
Average stack size (kbytes): 0
279279
Average total size (kbytes): 0
280-
Maximum resident set size (kbytes): 100940
280+
Maximum resident set size (kbytes): 23692
281281
Average resident set size (kbytes): 0
282282
Major (requiring I/O) page faults: 0
283-
Minor (reclaiming a frame) page faults: 29326
284-
Voluntary context switches: 235
285-
Involuntary context switches: 4099
283+
Minor (reclaiming a frame) page faults: 63559
284+
Voluntary context switches: 196
285+
Involuntary context switches: 2812
286286
Swaps: 0
287287
File system inputs: 0
288288
File system outputs: 0
1.01 KB
Loading

0 commit comments

Comments
 (0)