Simplify many snapshot index tests#1010
Merged
Merged
Conversation
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
|
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. |
Contributor
There was a problem hiding this comment.
Benchmark Index (community)
Details
| Benchmark suite | Current: 4ed8e4f | Previous: 97f1144 | Ratio |
|---|---|---|---|
Add one schema (0 existing) |
301 ms |
393 ms |
0.77 |
Add one schema (100 existing) |
25 ms |
28 ms |
0.89 |
Add one schema (1000 existing) |
112 ms |
85 ms |
1.32 |
Add one schema (10000 existing) |
1013 ms |
791 ms |
1.28 |
Update one schema (1 existing) |
18 ms |
22 ms |
0.82 |
Update one schema (101 existing) |
25 ms |
29 ms |
0.86 |
Update one schema (1001 existing) |
80 ms |
85 ms |
0.94 |
Update one schema (10001 existing) |
1476 ms |
693 ms |
2.13 |
Cached rebuild (1 existing) |
5 ms |
6 ms |
0.83 |
Cached rebuild (101 existing) |
7 ms |
8 ms |
0.88 |
Cached rebuild (1001 existing) |
26 ms |
29 ms |
0.90 |
Cached rebuild (10001 existing) |
234 ms |
242 ms |
0.97 |
Index 100 schemas |
523 ms |
682 ms |
0.77 |
Index 1000 schemas |
1885 ms |
1661 ms |
1.13 |
Index 10000 schemas |
12938 ms |
13830 ms |
0.94 |
Index 10000 schemas (custom meta-schema) |
115901 ms |
143078 ms |
0.81 |
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: 4ed8e4f | Previous: 97f1144 | Ratio |
|---|---|---|---|
Add one schema (0 existing) |
387 ms |
394 ms |
0.98 |
Add one schema (100 existing) |
33 ms |
33 ms |
1 |
Add one schema (1000 existing) |
96 ms |
93 ms |
1.03 |
Add one schema (10000 existing) |
745 ms |
766 ms |
0.97 |
Update one schema (1 existing) |
27 ms |
25 ms |
1.08 |
Update one schema (101 existing) |
32 ms |
32 ms |
1 |
Update one schema (1001 existing) |
93 ms |
93 ms |
1 |
Update one schema (10001 existing) |
760 ms |
743 ms |
1.02 |
Cached rebuild (1 existing) |
9 ms |
8 ms |
1.13 |
Cached rebuild (101 existing) |
10 ms |
10 ms |
1 |
Cached rebuild (1001 existing) |
32 ms |
33 ms |
0.97 |
Cached rebuild (10001 existing) |
274 ms |
274 ms |
1 |
Index 100 schemas |
634 ms |
662 ms |
0.96 |
Index 1000 schemas |
1361 ms |
1553 ms |
0.88 |
Index 10000 schemas |
13474 ms |
13570 ms |
0.99 |
Index 10000 schemas (custom meta-schema) |
134185 ms |
134797 ms |
1.00 |
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