docs: update build performance benchmarks (3.3.1)#549
Merged
Conversation
Contributor
Greptile SummaryAutomated benchmark update adding 3.3.1 measurements across both changed files. All data is internally consistent — per-file averages, 50K-file extrapolations, percentage deltas, and the raw JSON block all cross-validate correctly against the build numbers in the JSON payload. Notable observations from the data:
Confidence Score: 5/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant WF as CI Workflow #397
participant CG as Codegraph CLI
participant FS as Filesystem
participant PR as This PR (Bot)
WF->>CG: codegraph build (native + WASM)
CG-->>WF: buildTimeMs, nodes, edges, dbSize, phases
WF->>CG: run query benchmarks (fn-deps, path, roles, …)
CG-->>WF: queryTimeMs per query type
WF->>CG: run incremental rebuilds (no-op + 1-file)
CG-->>WF: noopRebuildMs, oneFileRebuildMs
WF->>FS: write generated/benchmarks/BUILD-BENCHMARKS.md
WF->>FS: update README.md summary table
FS-->>PR: automated commit with 3.3.1 benchmark data
Last reviewed commit: "docs: update build p..." |
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 build benchmark update for 3.3.1 from workflow run #397.