docs: update incremental benchmarks (3.3.1)#550
Merged
Conversation
Contributor
Greptile SummaryThis is an automated documentation-only PR generated by the CI workflow that appends incremental benchmark results for release 3.3.1 to Key changes:
Notable highlights from the data:
All percentage changes, rounded display values, and the speedup ratio were cross-verified against the raw JSON data and are accurate. Confidence Score: 5/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant W as CI Workflow (#397)
participant CG as codegraph CLI
participant DB as SQLite DB
participant S as benchmark script
participant MD as INCREMENTAL-BENCHMARKS.md
W->>CG: codegraph build (full, native)
CG->>DB: parse 442 files, store hashes
CG-->>W: fullBuildMs=2369 (native)
W->>CG: codegraph build (no-op, native)
CG->>DB: check hashes, skip unchanged
CG-->>W: noopRebuildMs=11
W->>CG: codegraph build (1-file, native)
CG->>DB: rebuild single modified file
CG-->>W: oneFileRebuildMs=346
W->>CG: repeat for wasm engine
CG-->>W: fullBuildMs=4363 wasm
W->>S: aggregate metrics → JSON
S->>MD: prepend 3.3.1 JSON entry
S->>MD: update summary table rows
S->>MD: update "Latest results" section
W->>W: commit + open PR #550
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.1 from workflow run #397.