Skip to content

Commit b533ac1

Browse files
docs: update build performance benchmarks (3.9.3) (#924)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: carlos-alm <127798846+carlos-alm@users.noreply.github.com>
1 parent 039b728 commit b533ac1

2 files changed

Lines changed: 979 additions & 32 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -617,17 +617,17 @@ Codegraph also extracts symbols from common callback patterns: Commander `.comma
617617

618618
Self-measured on every release via CI ([build benchmarks](generated/benchmarks/BUILD-BENCHMARKS.md) | [embedding benchmarks](generated/benchmarks/EMBEDDING-BENCHMARKS.md) | [query benchmarks](generated/benchmarks/QUERY-BENCHMARKS.md) | [incremental benchmarks](generated/benchmarks/INCREMENTAL-BENCHMARKS.md) | [resolution precision/recall](tests/benchmarks/resolution/)):
619619

620-
*Last updated: v3.9.2 (2026-04-09)*
620+
*Last updated: v3.9.3 (2026-04-13)*
621621

622622
| Metric | Native | WASM |
623623
|---|---|---|
624-
| Build speed | **15.7 ms/file** | **15 ms/file** |
625-
| Query time | **27ms** | **40ms** |
626-
| No-op rebuild | **9ms** | **20ms** |
627-
| 1-file rebuild | **558ms** | **624ms** |
628-
| Query: fn-deps | **2.3ms** | **2.4ms** |
629-
| Query: path | **2.5ms** | **2.4ms** |
630-
| ~50,000 files (est.) | **~785.0s build** | **~750.0s build** |
624+
| Build speed | **3.3 ms/file** | **15.9 ms/file** |
625+
| Query time | **30ms** | **42ms** |
626+
| No-op rebuild | **11ms** | **22ms** |
627+
| 1-file rebuild | **397ms** | **638ms** |
628+
| Query: fn-deps | **2.5ms** | **2.4ms** |
629+
| Query: path | **2.5ms** | **2.3ms** |
630+
| ~50,000 files (est.) | **~165.0s build** | **~795.0s build** |
631631
| Resolution precision | **90.7%** ||
632632
| Resolution recall | **42.9%** ||
633633

0 commit comments

Comments
 (0)