docs: update query benchmarks (3.4.0)#626
Conversation
Greptile SummaryThis automated PR adds query benchmark results for version 3.4.0 to Confidence Score: 5/5Safe to merge — automated docs-only update with verified data consistency. All delta percentages are mathematically correct against the prior release values, the JSON data block is consistent with both the markdown table and the latest-results section, and the note follows the established documentation pattern. No code changes are present. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Workflow run #462\nRelease 3.4.0] --> B[Run codegraph queries\non own codebase]
B --> C{Engine}
C -->|Native Rust| D[fnDeps d1/d3/d5: 8.5/8.5/8.4ms\nfnImpact d1/d3/d5: 3.2/3.2/3.2ms\ndiffImpact: 5.6ms]
C -->|WASM| E[fnDeps d1/d3/d5: 8.5/8.6/8.5ms\nfnImpact d1/d3/d5: 3.3/3.3/3.3ms\ndiffImpact: 4.9ms]
D --> F[QUERY-BENCHMARKS.md\nSummary table + Latest results\n+ JSON data block]
E --> F
F --> G[PR #626 auto-committed\nby github-actions bot]
Reviews (2): Last reviewed commit: "docs: add explanatory note for 3.4.0 fnD..." | Re-trigger Greptile |
|
Addressed the Greptile review feedback: fnDeps regression note (P2): Added an explanatory note for 3.4.0 in the NOTES section (commit a9a2967). The note documents that the 136-143% fnDeps increase reflects codebase growth ( |
Automated query benchmark update for 3.4.0 from workflow run #462.