File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -211,15 +211,15 @@ php benchmarks/lead_paragraph.php --iterations 5 --markdown
211211
212212Example 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
You can’t perform that action at this time.
0 commit comments