Skip to content

Commit ad9fddb

Browse files
author
Nikhilesh Jasuja
committed
Simplify lead benchmark table
1 parent f680ef8 commit ad9fddb

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -211,15 +211,15 @@ php benchmarks/lead_paragraph.php --iterations 5 --markdown
211211

212212
Example results (PHP 8.5.1, 5-run average; all outputs match the JustHTML baseline):
213213

214-
| Parser | Avg ms/lead | Total s |
215-
|--------|------------:|--------:|
216-
| **JustHTML** | 120.1 | 0.60 |
217-
| **JustHTML (stream)** | 13.1 | 0.07 |
218-
| DOM\HTMLDocument | 15.4 | 0.08 |
219-
| DOMDocument (libxml) | 19.1 | 0.10 |
220-
| masterminds/html5 | 77.9 | 0.39 |
221-
| voku/simple_html_dom | 263.4 | 1.32 |
222-
| symfony/dom-crawler | 99.0 | 0.50 |
214+
| Parser | Average time (milliseconds) |
215+
|--------|----------------------------:|
216+
| **JustHTML** | 120 |
217+
| **JustHTML (stream)** | 13 |
218+
| DOM\HTMLDocument | 15 |
219+
| DOMDocument (libxml) | 19 |
220+
| masterminds/html5 | 78 |
221+
| voku/simple_html_dom | 263 |
222+
| symfony/dom-crawler | 99 |
223223

224224
## Tests
225225

0 commit comments

Comments
 (0)