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
Copy file name to clipboardExpand all lines: README.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -423,10 +423,14 @@ Self-measured on every release via CI ([build benchmarks](generated/BUILD-BENCHM
423
423
424
424
| Metric | Latest |
425
425
|---|---|
426
-
| Build speed (native) |**2.1 ms/file**|
427
-
| Build speed (WASM) |**6.4 ms/file**|
428
-
| Query time |**2ms**|
429
-
|~50,000 files (est.) |**~105.0s build**|
426
+
| Build speed (native) |**6.7 ms/file**|
427
+
| Build speed (WASM) |**9.3 ms/file**|
428
+
| Query time |**3ms**|
429
+
| No-op rebuild (native) |**4ms**|
430
+
| 1-file rebuild (native) |**374ms**|
431
+
| Query: fn-deps |**2.1ms**|
432
+
| Query: path |**1.2ms**|
433
+
|~50,000 files (est.) |**~335.0s build**|
430
434
431
435
Metrics are normalized per file for cross-version comparability. Times above are for a full initial build — incremental rebuilds only re-parse changed files.
0 commit comments