docs: update build performance benchmarks (v2.4.0)#148
Closed
github-actions[bot] wants to merge 1 commit intomainfrom
Closed
docs: update build performance benchmarks (v2.4.0)#148github-actions[bot] wants to merge 1 commit intomainfrom
github-actions[bot] wants to merge 1 commit intomainfrom
Conversation
Contributor
Greptile SummaryAutomated benchmark update for v2.4.0 that documents current build and query performance on the project's own codebase.
Confidence Score: 4/5
Important Files Changed
Last reviewed commit: e6246f4 |
Comment on lines
+23
to
+28
| | Build time | 813ms | | ||
| | Query time | 3ms | | ||
| | Nodes | 769 | | ||
| | Edges | 1,326 | | ||
| | DB size | 656 KB | | ||
| | Files | 122 | |
Contributor
There was a problem hiding this comment.
Raw totals show both engines with 3ms query time, but the version table (line 8-9) and JSON data show native: 2.5ms and wasm: 3.4ms. These values should match.
Suggested change
| | Build time | 813ms | | |
| | Query time | 3ms | | |
| | Nodes | 769 | | |
| | Edges | 1,326 | | |
| | DB size | 656 KB | | |
| | Files | 122 | | |
| | Build time | 813ms | | |
| | Query time | 2.5ms | | |
| | Nodes | 769 | | |
| | Edges | 1,326 | | |
| | DB size | 656 KB | | |
| | Files | 122 | |
Comment on lines
+34
to
+39
| | Build time | 1.2s | | ||
| | Query time | 3ms | | ||
| | Nodes | 769 | | ||
| | Edges | 1,326 | | ||
| | DB size | 656 KB | | ||
| | Files | 122 | |
Contributor
There was a problem hiding this comment.
WASM query time should be 3.4ms to match the version table (line 9) and JSON data, not 3ms.
Suggested change
| | Build time | 1.2s | | |
| | Query time | 3ms | | |
| | Nodes | 769 | | |
| | Edges | 1,326 | | |
| | DB size | 656 KB | | |
| | Files | 122 | | |
| | Build time | 1.2s | | |
| | Query time | 3.4ms | | |
| | Nodes | 769 | | |
| | Edges | 1,326 | | |
| | DB size | 656 KB | | |
| | Files | 122 | |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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 v2.4.0 from workflow run #74.