docs: update incremental benchmarks (3.9.4)#957
Conversation
Greptile SummaryAutomated docs-only PR generated by the CI workflow to append 3.9.4 incremental benchmark results. The new data covers both the native Rust and WASM engines across 668 files, and all figures in the markdown table, the "Latest results" prose section, and the embedded JSON data block are consistent with each other. Confidence Score: 5/5Safe to merge — documentation-only change with no code modifications. All changes are confined to a single auto-generated markdown file. The new 3.9.4 rows are internally consistent across the summary table, the latest-results section, and the embedded JSON block. No logic, configuration, or source files were touched. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
WF["Workflow run #737\n(3.9.4 release)"] --> B["Incremental benchmark suite"]
B --> N["Native (Rust) engine\nfull: 2.1s | no-op: 9ms | 1-file: 406ms"]
B --> W["WASM engine\nfull: 7.6s | no-op: 19ms | 1-file: 61ms"]
B --> R["Import resolution\nnative: 6ms | JS: 9ms | speedup: 1.6x"]
N --> MD["INCREMENTAL-BENCHMARKS.md\n(table + latest results + JSON)"]
W --> MD
R --> MD
Reviews (2): Last reviewed commit: "Merge branch 'main' into benchmark/incre..." | Re-trigger Greptile |
Automated incremental benchmark update for 3.9.4 from workflow run #737.