Skip to content

Commit 5512efe

Browse files
docs: update performance benchmarks (3.11.2) (#1277)
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 25f9245 commit 5512efe

4 files changed

Lines changed: 2125 additions & 69 deletions

File tree

README.md

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

625625
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/)):
626626

627-
*Last updated: v3.11.1 (2026-05-30)*
627+
*Last updated: v3.11.2 (2026-06-01)*
628628

629629
| Metric | Native | WASM |
630630
|---|---|---|
631-
| Build speed | **3.7 ms/file** | **18.4 ms/file** |
632-
| Query time | **34ms** | **46ms** |
633-
| No-op rebuild | **24ms** | **20ms** |
634-
| 1-file rebuild | **81ms** | **68ms** |
635-
| Query: fn-deps | **2.5ms** | **2.3ms** |
636-
| Query: path | **2.5ms** | **2.3ms** |
637-
| ~50,000 files (est.) | **~185.0s build** | **~920.0s build** |
631+
| Build speed | **3.6 ms/file** | **18.7 ms/file** |
632+
| Query time | **34ms** | **44ms** |
633+
| No-op rebuild | **25ms** | **21ms** |
634+
| 1-file rebuild | **86ms** | **60ms** |
635+
| Query: fn-deps | **2.7ms** | **2.6ms** |
636+
| Query: path | **2.7ms** | **2.4ms** |
637+
| ~50,000 files (est.) | **~180.0s build** | **~935.0s build** |
638638
| Resolution precision | **89.9%** ||
639639
| Resolution recall | **42.3%** ||
640640

0 commit comments

Comments
 (0)