Conversation
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
🤖 Augment PR SummarySummary: This PR documents Enterprise authentication policies for gating access to parts (or all) of a Sourcemeta One instance. Changes:
🤖 Was this summary useful? React with 👍 or 👎 |
There was a problem hiding this comment.
1 issue found across 3 files
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
Contributor
There was a problem hiding this comment.
Benchmark Index (community)
Details
| Benchmark suite | Current: cca2c63 | Previous: 5b9abb7 | Ratio |
|---|---|---|---|
Add one schema (0 existing) |
329 ms |
413 ms |
0.80 |
Add one schema (100 existing) |
22 ms |
29 ms |
0.76 |
Add one schema (1000 existing) |
66 ms |
87 ms |
0.76 |
Add one schema (10000 existing) |
545 ms |
677 ms |
0.81 |
Update one schema (1 existing) |
16 ms |
23 ms |
0.70 |
Update one schema (101 existing) |
22 ms |
30 ms |
0.73 |
Update one schema (1001 existing) |
67 ms |
88 ms |
0.76 |
Update one schema (10001 existing) |
557 ms |
707 ms |
0.79 |
Cached rebuild (1 existing) |
4 ms |
7 ms |
0.57 |
Cached rebuild (101 existing) |
5 ms |
9 ms |
0.56 |
Cached rebuild (1001 existing) |
18 ms |
30 ms |
0.60 |
Cached rebuild (10001 existing) |
157 ms |
256 ms |
0.61 |
Index 100 schemas |
390 ms |
541 ms |
0.72 |
Index 1000 schemas |
1299 ms |
1601 ms |
0.81 |
Index 10000 schemas |
10891 ms |
14042 ms |
0.78 |
Index 10000 schemas (custom meta-schema) |
13444 ms |
16966 ms |
0.79 |
Index 10000 schemas ($ref fan-out) |
14045 ms |
16752 ms |
0.84 |
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