Upgrade all Sourcemeta dependencies#1149
Merged
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. |
Contributor
There was a problem hiding this comment.
Benchmark Index (community)
Details
| Benchmark suite | Current: 3d84479 | Previous: 311eb19 | Ratio |
|---|---|---|---|
Add one schema (0 existing) |
275 ms |
333 ms |
0.83 |
Add one schema (100 existing) |
27 ms |
30 ms |
0.90 |
Add one schema (1000 existing) |
116 ms |
89 ms |
1.30 |
Add one schema (10000 existing) |
798 ms |
1015 ms |
0.79 |
Update one schema (1 existing) |
17 ms |
22 ms |
0.77 |
Update one schema (101 existing) |
27 ms |
31 ms |
0.87 |
Update one schema (1001 existing) |
94 ms |
92 ms |
1.02 |
Update one schema (10001 existing) |
827 ms |
757 ms |
1.09 |
Cached rebuild (1 existing) |
6 ms |
7 ms |
0.86 |
Cached rebuild (101 existing) |
8 ms |
9 ms |
0.89 |
Cached rebuild (1001 existing) |
27 ms |
31 ms |
0.87 |
Cached rebuild (10001 existing) |
220 ms |
261 ms |
0.84 |
Index 100 schemas |
587 ms |
644 ms |
0.91 |
Index 1000 schemas |
1237 ms |
1570 ms |
0.79 |
Index 10000 schemas |
16769 ms |
14017 ms |
1.20 |
Index 10000 schemas (custom meta-schema) |
15923 ms |
16655 ms |
0.96 |
Index 10000 schemas ($ref fan-out) |
15755 ms |
16944 ms |
0.93 |
This comment was automatically generated by workflow using github-action-benchmark.
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
Contributor
There was a problem hiding this comment.
Benchmark Index (enterprise)
Details
| Benchmark suite | Current: 3d84479 | Previous: 311eb19 | Ratio |
|---|---|---|---|
Add one schema (0 existing) |
399 ms |
351 ms |
1.14 |
Add one schema (100 existing) |
114 ms |
141 ms |
0.81 |
Add one schema (1000 existing) |
172 ms |
142 ms |
1.21 |
Add one schema (10000 existing) |
800 ms |
702 ms |
1.14 |
Update one schema (1 existing) |
105 ms |
70 ms |
1.50 |
Update one schema (101 existing) |
111 ms |
222 ms |
0.50 |
Update one schema (1001 existing) |
171 ms |
179 ms |
0.96 |
Update one schema (10001 existing) |
842 ms |
875 ms |
0.96 |
Cached rebuild (1 existing) |
9 ms |
5 ms |
1.80 |
Cached rebuild (101 existing) |
11 ms |
6 ms |
1.83 |
Cached rebuild (1001 existing) |
34 ms |
17 ms |
2 |
Cached rebuild (10001 existing) |
278 ms |
161 ms |
1.73 |
Index 100 schemas |
579 ms |
984 ms |
0.59 |
Index 1000 schemas |
1465 ms |
1687 ms |
0.87 |
Index 10000 schemas |
13359 ms |
13290 ms |
1.01 |
Index 10000 schemas (custom meta-schema) |
16443 ms |
16586 ms |
0.99 |
Index 10000 schemas ($ref fan-out) |
16119 ms |
14959 ms |
1.08 |
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