docs: update incremental benchmarks (3.3.0)#526
Merged
carlos-alm merged 2 commits intomainfrom Mar 19, 2026
Merged
Conversation
Contributor
Greptile SummaryThis is an automated documentation PR that records incremental benchmark results for v3.3.0, adding two new rows to the historical summary table (native + wasm engines), updating the "Latest results" section, and prepending a new JSON entry to the embedded machine-readable data block. All display values, raw JSON figures, and percentage-change deltas are internally consistent and mathematically correct. Key observations from the new benchmark data:
Confidence Score: 5/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant W as GitHub Actions Workflow #381
participant R as codegraph (self-measured)
participant G as generated/benchmarks/INCREMENTAL-BENCHMARKS.md
participant PR as Pull Request #526
W->>R: Run incremental benchmark suite (v3.3.0)
R->>R: Full build (native 3.0s, wasm 4.3s)
R->>R: No-op rebuild (native 10ms, wasm 11ms)
R->>R: 1-file rebuild (native 417ms, wasm 479ms)
R->>R: Import resolution (664 pairs, 9.6ms native / 25.7ms JS)
W->>G: Prepend new JSON entry to embedded data block
W->>G: Insert new rows in summary table (native + wasm)
W->>G: Update "Latest results" section to v3.3.0
W->>PR: Open docs PR with updated INCREMENTAL-BENCHMARKS.md
Last reviewed commit: "docs: update increme..." |
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 incremental benchmark update for 3.3.0 from workflow run #381.