Better catch Blaze unsupported required vocabulary errors#782
Draft
Better catch Blaze unsupported required vocabulary errors#782
Conversation
🤖 Augment PR SummarySummary: Improves how the CLI reports Blaze compilation failures caused by schemas requiring unsupported vocabularies. Changes:
🤖 Was this summary useful? React with 👍 or 👎 |
Contributor
There was a problem hiding this comment.
Benchmark Index (community)
Details
| Benchmark suite | Current: b688997 | Previous: 1275841 | Ratio |
|---|---|---|---|
Add one schema (0 existing) |
21 ms |
21 ms |
1 |
Add one schema (100 existing) |
26 ms |
28 ms |
0.93 |
Add one schema (1000 existing) |
87 ms |
85 ms |
1.02 |
Add one schema (10000 existing) |
729 ms |
809 ms |
0.90 |
Update one schema (1 existing) |
18 ms |
19 ms |
0.95 |
Update one schema (101 existing) |
26 ms |
26 ms |
1 |
Update one schema (1001 existing) |
90 ms |
87 ms |
1.03 |
Update one schema (10001 existing) |
740 ms |
743 ms |
1.00 |
Cached rebuild (1 existing) |
10 ms |
10 ms |
1 |
Cached rebuild (101 existing) |
15 ms |
13 ms |
1.15 |
Cached rebuild (1001 existing) |
37 ms |
38 ms |
0.97 |
Cached rebuild (10001 existing) |
299 ms |
297 ms |
1.01 |
Index 100 schemas |
118 ms |
125 ms |
0.94 |
Index 1000 schemas |
986 ms |
989 ms |
1.00 |
Index 10000 schemas |
14168 ms |
14453 ms |
0.98 |
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: b688997 | Previous: 1275841 | Ratio |
|---|---|---|---|
Add one schema (0 existing) |
22 ms |
22 ms |
1 |
Add one schema (100 existing) |
28 ms |
29 ms |
0.97 |
Add one schema (1000 existing) |
86 ms |
85 ms |
1.01 |
Add one schema (10000 existing) |
839 ms |
720 ms |
1.17 |
Update one schema (1 existing) |
22 ms |
21 ms |
1.05 |
Update one schema (101 existing) |
27 ms |
28 ms |
0.96 |
Update one schema (1001 existing) |
88 ms |
85 ms |
1.04 |
Update one schema (10001 existing) |
727 ms |
734 ms |
0.99 |
Cached rebuild (1 existing) |
13 ms |
12 ms |
1.08 |
Cached rebuild (101 existing) |
14 ms |
14 ms |
1 |
Cached rebuild (1001 existing) |
39 ms |
38 ms |
1.03 |
Cached rebuild (10001 existing) |
304 ms |
305 ms |
1.00 |
Index 100 schemas |
124 ms |
124 ms |
1 |
Index 1000 schemas |
1024 ms |
1094 ms |
0.94 |
Index 10000 schemas |
14077 ms |
14706 ms |
0.96 |
This comment was automatically generated by workflow using github-action-benchmark.
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
49519f9 to
d960e71
Compare
d960e71 to
3feb772
Compare
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