Skip to content

Commit 7420d58

Browse files
committed
update benchmark
1 parent 79a4e67 commit 7420d58

1 file changed

Lines changed: 7 additions & 12 deletions

File tree

README.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,15 @@ Not a Chromium fork. Not a WebKit patch. A new browser, written in Zig.
2525
](https://github.com/lightpanda-io/demo)
2626
</div>
2727

28-
_chromedp requesting 933 real web pages over the network on a AWS EC2 m5.large instance.
29-
See [benchmark details](https://github.com/lightpanda-io/demo/blob/main/BENCHMARKS.md#crawler-benchmark)._
28+
## Benchmarks
3029

31-
Lightpanda is the open-source browser made for headless usage:
30+
Requesting 933 real web pages over the network on a AWS EC2 m5.large instance.
31+
See [benchmark details](https://github.com/lightpanda-io/demo/blob/main/BENCHMARKS.md#crawler-benchmark).
3232

33-
- Javascript execution
34-
- Support of Web APIs (partial, WIP)
35-
- Compatible with Playwright, Puppeteer, chromedp through [CDP](https://chromedevtools.github.io/devtools-protocol/)
36-
37-
Fast web automation for AI agents, LLM training, scraping and testing:
38-
39-
- Ultra-low memory footprint (16x less than Chrome)
40-
- Exceptionally fast execution (9x faster than Chrome)
41-
- Instant startup
33+
| Metric | Lightpanda | Headless Chrome | Difference |
34+
| :---- | :---- | :---- | :---- |
35+
| Memory (peak, 100 pages) | 123MB | 2GB | ~16 less |
36+
| Execution time (100 pages) | 5s | 46s | ~9x faster |
4237

4338
## Quick start
4439

0 commit comments

Comments
 (0)