Test that $vocabulary on pre 2019-09 is ignored#788
Merged
Conversation
Signed-off-by: Juan Cruz Viotti <[email protected]>
🤖 Augment PR SummarySummary: This PR adds a new CLI regression test to ensure that the Changes:
Technical Notes: The test runs with 🤖 Was this summary useful? React with 👍 or 👎 |
Contributor
There was a problem hiding this comment.
Benchmark Index (enterprise)
Details
| Benchmark suite | Current: ee12c72 | Previous: 99ae139 | Ratio |
|---|---|---|---|
Add one schema (0 existing) |
18 ms |
23 ms |
0.78 |
Add one schema (100 existing) |
23 ms |
28 ms |
0.82 |
Add one schema (1000 existing) |
62 ms |
86 ms |
0.72 |
Add one schema (10000 existing) |
669 ms |
704 ms |
0.95 |
Update one schema (1 existing) |
17 ms |
21 ms |
0.81 |
Update one schema (101 existing) |
22 ms |
29 ms |
0.76 |
Update one schema (1001 existing) |
65 ms |
94 ms |
0.69 |
Update one schema (10001 existing) |
533 ms |
707 ms |
0.75 |
Cached rebuild (1 existing) |
10 ms |
12 ms |
0.83 |
Cached rebuild (101 existing) |
11 ms |
14 ms |
0.79 |
Cached rebuild (1001 existing) |
24 ms |
40 ms |
0.60 |
Cached rebuild (10001 existing) |
178 ms |
302 ms |
0.59 |
Index 100 schemas |
93 ms |
132 ms |
0.70 |
Index 1000 schemas |
778 ms |
1056 ms |
0.74 |
Index 10000 schemas |
10973 ms |
14224 ms |
0.77 |
This comment was automatically generated by workflow using github-action-benchmark.
Contributor
There was a problem hiding this comment.
Benchmark Index (community)
Details
| Benchmark suite | Current: ee12c72 | Previous: 99ae139 | Ratio |
|---|---|---|---|
Add one schema (0 existing) |
20 ms |
21 ms |
0.95 |
Add one schema (100 existing) |
26 ms |
25 ms |
1.04 |
Add one schema (1000 existing) |
78 ms |
84 ms |
0.93 |
Add one schema (10000 existing) |
683 ms |
732 ms |
0.93 |
Update one schema (1 existing) |
19 ms |
19 ms |
1 |
Update one schema (101 existing) |
27 ms |
26 ms |
1.04 |
Update one schema (1001 existing) |
83 ms |
87 ms |
0.95 |
Update one schema (10001 existing) |
710 ms |
731 ms |
0.97 |
Cached rebuild (1 existing) |
11 ms |
10 ms |
1.10 |
Cached rebuild (101 existing) |
13 ms |
15 ms |
0.87 |
Cached rebuild (1001 existing) |
34 ms |
37 ms |
0.92 |
Cached rebuild (10001 existing) |
274 ms |
297 ms |
0.92 |
Index 100 schemas |
116 ms |
116 ms |
1 |
Index 1000 schemas |
913 ms |
1099 ms |
0.83 |
Index 10000 schemas |
13796 ms |
13792 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 [email protected]