docs: update build performance benchmarks (3.1.2)#406
Merged
carlos-alm merged 1 commit intomainfrom Mar 11, 2026
Merged
Conversation
Contributor
Greptile SummaryThis is an automated documentation-only PR that appends build performance benchmark data for version 3.1.2 to Key changes:
Confidence Score: 5/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant CI as CI Workflow #271
participant CG as codegraph (self-analysis)
participant BM as BUILD-BENCHMARKS.md
participant RD as README.md
CI->>CG: Run build benchmark (native + WASM) on v3.1.2
CG-->>CI: native: 5.2ms/file, query: 4.2ms, no-op: 6ms, 1-file: 296ms
CG-->>CI: wasm: 15ms/file, query: 5.8ms, no-op: 7ms, 1-file: 563ms
CI->>BM: Prepend new rows for 3.1.2 (native + wasm)
CI->>BM: Update Raw Totals section (files: 235, build: 1.2s/3.5s)
CI->>BM: Expand phase-breakdown table (add 1-file rebuild columns)
CI->>BM: Append incremental rebuild rows (3.1.2 native + wasm)
CI->>BM: Append query benchmark rows (3.1.2 native + wasm)
CI->>BM: Embed raw JSON data block for 3.1.2
CI->>RD: Update performance summary table with rounded 3.1.2 values
CI->>CI: Open PR #406 with doc-only changes
Last reviewed commit: 4a2e04b |
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.1.2 from workflow run #271.