Skip to content

Commit 669261a

Browse files
committed
updated bench numbers
1 parent e44b9bb commit 669261a

2 files changed

Lines changed: 31 additions & 31 deletions

File tree

DOCUMENTATION.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -193,49 +193,49 @@ Source: `bench/results/latest.json` (`stable` profile).
193193

194194
| Fixture | ours | lol-html | lexbor |
195195
|---|---:|---:|---:|
196-
| `rust-lang.html` | 2132.70 | 1501.81 | 324.53 |
197-
| `wiki-html.html` | 1991.85 | 1220.28 | 267.50 |
198-
| `mdn-html.html` | 2939.75 | 1894.70 | 408.76 |
199-
| `w3-html52.html` | 956.25 | 754.98 | 196.30 |
200-
| `hn.html` | 1595.94 | 893.48 | 221.75 |
201-
| `python-org.html` | 2116.13 | 1354.79 | 280.79 |
202-
| `kernel-org.html` | 1979.68 | 1335.72 | 290.65 |
203-
| `gnu-org.html` | 2368.06 | 1490.41 | 313.42 |
204-
| `ziglang-org.html` | 1874.52 | 1299.04 | 289.84 |
205-
| `ziglang-doc-master.html` | 1431.90 | 1045.18 | 225.11 |
206-
| `wikipedia-unicode-list.html` | 1647.71 | 1081.56 | 226.67 |
207-
| `whatwg-html-spec.html` | 1344.31 | 892.66 | 219.37 |
208-
| `synthetic-forms.html` | 1396.29 | 781.68 | 189.28 |
209-
| `synthetic-table-grid.html` | 1086.37 | 724.33 | 169.46 |
210-
| `synthetic-list-nested.html` | 1190.11 | 652.22 | 161.58 |
211-
| `synthetic-comments-doctype.html` | 1862.19 | 943.51 | 223.61 |
212-
| `synthetic-template-rich.html` | 913.72 | 465.79 | 143.20 |
213-
| `synthetic-whitespace-noise.html` | 1592.74 | 1062.32 | 189.70 |
214-
| `synthetic-news-feed.html` | 1179.12 | 646.78 | 157.61 |
215-
| `synthetic-ecommerce.html` | 1134.48 | 637.67 | 163.21 |
216-
| `synthetic-forum-thread.html` | 1145.80 | 643.29 | 161.14 |
196+
| `rust-lang.html` | 2124.97 | 801.16 | 323.63 |
197+
| `wiki-html.html` | 1748.06 | 1186.82 | 263.60 |
198+
| `mdn-html.html` | 2993.42 | 1815.62 | 398.56 |
199+
| `w3-html52.html` | 974.07 | 741.27 | 192.43 |
200+
| `hn.html` | 1550.52 | 869.40 | 216.62 |
201+
| `python-org.html` | 2081.63 | 1304.94 | 274.35 |
202+
| `kernel-org.html` | 1981.37 | 1303.81 | 284.72 |
203+
| `gnu-org.html` | 2401.47 | 1444.13 | 306.67 |
204+
| `ziglang-org.html` | 2039.74 | 1267.60 | 285.58 |
205+
| `ziglang-doc-master.html` | 1386.53 | 1013.46 | 221.28 |
206+
| `wikipedia-unicode-list.html` | 1628.86 | 1039.14 | 221.72 |
207+
| `whatwg-html-spec.html` | 1320.16 | 872.68 | 217.95 |
208+
| `synthetic-forms.html` | 1395.06 | 758.12 | 185.42 |
209+
| `synthetic-table-grid.html` | 1059.29 | 698.14 | 165.95 |
210+
| `synthetic-list-nested.html` | 1145.71 | 625.10 | 158.75 |
211+
| `synthetic-comments-doctype.html` | 1807.36 | 895.79 | 217.90 |
212+
| `synthetic-template-rich.html` | 865.06 | 453.51 | 140.55 |
213+
| `synthetic-whitespace-noise.html` | 1458.04 | 1016.04 | 184.45 |
214+
| `synthetic-news-feed.html` | 1150.04 | 621.22 | 154.10 |
215+
| `synthetic-ecommerce.html` | 1115.61 | 617.51 | 159.84 |
216+
| `synthetic-forum-thread.html` | 1139.72 | 624.18 | 157.97 |
217217

218218
#### Query Match Throughput (ours)
219219

220220
| Case | ours ops/s | ours ns/op |
221221
|---|---:|---:|
222-
| `attr-heavy-button` | 191877.12 | 5211.67 |
223-
| `attr-heavy-nav` | 87885.90 | 11378.39 |
222+
| `attr-heavy-button` | 143231.07 | 6981.73 |
223+
| `attr-heavy-nav` | 96598.54 | 10352.12 |
224224

225225
#### Cached Query Throughput (ours)
226226

227227
| Case | ours ops/s | ours ns/op |
228228
|---|---:|---:|
229-
| `attr-heavy-button` | 144352.80 | 6927.47 |
230-
| `attr-heavy-nav` | 120324.49 | 8310.86 |
229+
| `attr-heavy-button` | 154529.03 | 6471.28 |
230+
| `attr-heavy-nav` | 114815.30 | 8709.64 |
231231

232232
#### Query Parse Throughput (ours)
233233

234234
| Selector case | Ops/s | ns/op |
235235
|---|---:|---:|
236-
| `simple` | 10465915.34 | 95.55 |
237-
| `complex` | 4910511.63 | 203.64 |
238-
| `grouped` | 6290595.08 | 158.97 |
236+
| `simple` | 10316641.45 | 96.93 |
237+
| `complex` | 4859071.50 | 205.80 |
238+
| `grouped` | 5679185.67 | 176.08 |
239239

240240
For full per-parser, per-fixture tables and gate output:
241241
- `bench/results/latest.md`

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ Source: `bench/results/latest.json` (`stable` profile).
2525
### Parse Throughput (Average Across Fixtures)
2626

2727
```text
28-
ours │████████████████████│ 1613.31 MB/s (100.00%)
29-
lol-html │████████████░░░░░░░│ 1015.34 MB/s (62.94%)
30-
lexbor │███░░░░░░░░░░░░░░░░░│ 229.69 MB/s (14.24%)
28+
ours │████████████████████│ 1588.89 MB/s (100.00%)
29+
lol-html │████████████░░░░░░░░│ 950.93 MB/s (59.85%)
30+
lexbor │███░░░░░░░░░░░░░░░░░│ 225.33 MB/s (14.18%)
3131
```
3232

3333
### Conformance Snapshot

0 commit comments

Comments
 (0)