Upgrade Core and Blaze to the latest versions#885
Merged
Conversation
|
This pull request is abnormally large and would use a significant amount of tokens to review. If you still wish to review it, comment "augment review" and we will review it. |
There was a problem hiding this comment.
No issues found across 151 files
Note: This PR contains a large number of files. cubic only reviews up to 75 files per PR, so some files may not have been reviewed. cubic prioritizes the most important files to review.
On a pro plan you can use ultrareview for larger PRs.
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
Contributor
There was a problem hiding this comment.
Benchmark Index (community)
Details
| Benchmark suite | Current: 8da6486 | Previous: 6795ab1 | Ratio |
|---|---|---|---|
Add one schema (0 existing) |
211 ms |
230 ms |
0.92 |
Add one schema (100 existing) |
22 ms |
23 ms |
0.96 |
Add one schema (1000 existing) |
75 ms |
75 ms |
1 |
Add one schema (10000 existing) |
623 ms |
656 ms |
0.95 |
Update one schema (1 existing) |
16 ms |
16 ms |
1 |
Update one schema (101 existing) |
22 ms |
23 ms |
0.96 |
Update one schema (1001 existing) |
74 ms |
80 ms |
0.93 |
Update one schema (10001 existing) |
636 ms |
669 ms |
0.95 |
Cached rebuild (1 existing) |
4 ms |
4 ms |
1 |
Cached rebuild (101 existing) |
6 ms |
7 ms |
0.86 |
Cached rebuild (1001 existing) |
27 ms |
28 ms |
0.96 |
Cached rebuild (10001 existing) |
239 ms |
258 ms |
0.93 |
Index 100 schemas |
108 ms |
137 ms |
0.79 |
Index 1000 schemas |
889 ms |
1022 ms |
0.87 |
Index 10000 schemas |
12770 ms |
14166 ms |
0.90 |
This comment was automatically generated by workflow using github-action-benchmark.
Contributor
There was a problem hiding this comment.
Benchmark Index (enterprise)
Details
| Benchmark suite | Current: 8da6486 | Previous: 6795ab1 | Ratio |
|---|---|---|---|
Add one schema (0 existing) |
217 ms |
205 ms |
1.06 |
Add one schema (100 existing) |
24 ms |
25 ms |
0.96 |
Add one schema (1000 existing) |
72 ms |
80 ms |
0.90 |
Add one schema (10000 existing) |
668 ms |
695 ms |
0.96 |
Update one schema (1 existing) |
17 ms |
18 ms |
0.94 |
Update one schema (101 existing) |
23 ms |
25 ms |
0.92 |
Update one schema (1001 existing) |
71 ms |
79 ms |
0.90 |
Update one schema (10001 existing) |
608 ms |
666 ms |
0.91 |
Cached rebuild (1 existing) |
5 ms |
6 ms |
0.83 |
Cached rebuild (101 existing) |
7 ms |
8 ms |
0.88 |
Cached rebuild (1001 existing) |
27 ms |
31 ms |
0.87 |
Cached rebuild (10001 existing) |
288 ms |
274 ms |
1.05 |
Index 100 schemas |
110 ms |
107 ms |
1.03 |
Index 1000 schemas |
992 ms |
954 ms |
1.04 |
Index 10000 schemas |
13537 ms |
14057 ms |
0.96 |
This comment was automatically generated by workflow using github-action-benchmark.
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.
Signed-off-by: Juan Cruz Viotti jv@jviotti.com