You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert

211
211
212
+
```console
213
+
Command being timed: "google-chrome --headless=new --remote-debugging-port=9222"
214
+
User time (seconds): 16.26
215
+
System time (seconds): 6.49
216
+
Percent of CPU this job got: 74%
217
+
Elapsed (wall clock) time (h:mm:ss or m:ss): 0:30.61
218
+
Average shared text size (kbytes): 0
219
+
Average unshared data size (kbytes): 0
220
+
Average stack size (kbytes): 0
221
+
Average total size (kbytes): 0
222
+
Maximum resident set size (kbytes): 206500
223
+
Average resident set size (kbytes): 0
224
+
Major (requiring I/O) page faults: 8
225
+
Minor (reclaiming a frame) page faults: 255088
226
+
Voluntary context switches: 144548
227
+
Involuntary context switches: 86315
228
+
Swaps: 0
229
+
File system inputs: 0
230
+
File system outputs: 168872
231
+
Socket messages sent: 0
232
+
Socket messages received: 0
233
+
Signals delivered: 0
234
+
Page size (bytes): 4096
235
+
Exit status: 0
236
+
```
237
+
212
238
**Lightpanda browser**
213
239
214
240
We use Lightpanda commit [826f82610e10634aa57a41abc1fba337a5e9c88b](https://github.com/lightpanda-io/browser/commit/826f82610e10634aa57a41abc1fba337a5e9c88b).
@@ -220,7 +246,7 @@ You have to start the Lightpanda Gateway.
220
246
221
247
And Lightpanda browser itself.
222
248
```console
223
-
./lightpanda
249
+
/usr/bin/time -v ./lightpanda
224
250
```
225
251
226
252
Then you can run the benchmark.
@@ -238,3 +264,29 @@ avg run duration (ms) 205
238
264
min run duration (ms) 191
239
265
max run duration (ms) 29
240
266
```
267
+
268
+
```console
269
+
Command being timed: "./lightpanda"
270
+
User time (seconds): 25.39
271
+
System time (seconds): 9.14
272
+
Percent of CPU this job got: 99%
273
+
Elapsed (wall clock) time (h:mm:ss or m:ss): 0:34.67
0 commit comments