docs: update query benchmarks (3.9.3)#922
Merged
carlos-alm merged 2 commits intomainfrom Apr 14, 2026
Merged
Conversation
Contributor
Greptile SummaryAutomated benchmark update adding v3.9.3 results for both native and WASM engines. Native performance improved across the board (fnDeps ~flat, fnImpact ↓2–4%, diffImpact ↓10%); WASM shows a slight fnDeps regression (↑2%) alongside solid diffImpact improvement (↓16%). The mid benchmark target changed from Confidence Score: 5/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Workflow Run #712\nv3.9.3 Release] --> B[Run Benchmarks\n5 runs, median latency]
B --> C{Engine}
C --> D[Native / Rust\nhub=buildGraph\nmid=enumNode\nleaf=docs]
C --> E[WASM\nhub=buildGraph\nmid=enumNode\nleaf=docs]
D --> F[fnDeps: ~24ms\nfnImpact: 4.4ms\ndiffImpact: 8.6ms ↓10%]
E --> G[fnDeps: ~34ms ↑2%\nfnImpact: 4.3ms ↓4%\ndiffImpact: 10.6ms ↓16%]
F --> H[Append to\nQUERY-BENCHMARKS.md]
G --> H
Reviews (2): Last reviewed commit: "Merge branch 'main' into benchmark/query..." | Re-trigger Greptile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated query benchmark update for 3.9.3 from workflow run #712.