Test a fully closed instance using API keys#1080
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Benchmark Index (enterprise)
Details
| Benchmark suite | Current: 6c6c49d | Previous: 4969c72 | Ratio |
|---|---|---|---|
Add one schema (0 existing) |
380 ms |
380 ms |
1 |
Add one schema (100 existing) |
32 ms |
31 ms |
1.03 |
Add one schema (1000 existing) |
81 ms |
83 ms |
0.98 |
Add one schema (10000 existing) |
623 ms |
633 ms |
0.98 |
Update one schema (1 existing) |
24 ms |
24 ms |
1 |
Update one schema (101 existing) |
31 ms |
31 ms |
1 |
Update one schema (1001 existing) |
81 ms |
83 ms |
0.98 |
Update one schema (10001 existing) |
637 ms |
635 ms |
1.00 |
Cached rebuild (1 existing) |
7 ms |
7 ms |
1 |
Cached rebuild (101 existing) |
10 ms |
10 ms |
1 |
Cached rebuild (1001 existing) |
29 ms |
30 ms |
0.97 |
Cached rebuild (10001 existing) |
242 ms |
247 ms |
0.98 |
Index 100 schemas |
670 ms |
675 ms |
0.99 |
Index 1000 schemas |
1386 ms |
1368 ms |
1.01 |
Index 10000 schemas |
13891 ms |
14039 ms |
0.99 |
Index 10000 schemas (custom meta-schema) |
16528 ms |
16705 ms |
0.99 |
Index 10000 schemas ($ref fan-out) |
16624 ms |
16656 ms |
1.00 |
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: 6c6c49d | Previous: 4969c72 | Ratio |
|---|---|---|---|
Add one schema (0 existing) |
407 ms |
387 ms |
1.05 |
Add one schema (100 existing) |
40 ms |
30 ms |
1.33 |
Add one schema (1000 existing) |
84 ms |
88 ms |
0.95 |
Add one schema (10000 existing) |
675 ms |
707 ms |
0.95 |
Update one schema (1 existing) |
21 ms |
22 ms |
0.95 |
Update one schema (101 existing) |
28 ms |
30 ms |
0.93 |
Update one schema (1001 existing) |
84 ms |
91 ms |
0.92 |
Update one schema (10001 existing) |
678 ms |
739 ms |
0.92 |
Cached rebuild (1 existing) |
6 ms |
7 ms |
0.86 |
Cached rebuild (101 existing) |
8 ms |
9 ms |
0.89 |
Cached rebuild (1001 existing) |
29 ms |
32 ms |
0.91 |
Cached rebuild (10001 existing) |
249 ms |
277 ms |
0.90 |
Index 100 schemas |
641 ms |
471 ms |
1.36 |
Index 1000 schemas |
1538 ms |
1514 ms |
1.02 |
Index 10000 schemas |
13697 ms |
13337 ms |
1.03 |
Index 10000 schemas (custom meta-schema) |
16541 ms |
15992 ms |
1.03 |
Index 10000 schemas ($ref fan-out) |
16640 ms |
16477 ms |
1.01 |
This comment was automatically generated by workflow using github-action-benchmark.
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
569cde3 to
6c6c49d
Compare
🤖 Augment PR SummarySummary: This PR adds a new end-to-end scenario to validate a fully closed Sourcemeta One instance that is protected entirely by a single root API key policy. Changes:
Technical Notes: The root-path change aligns the HTTP surface with the “gate before existence check” rule that the new e2e suite asserts for fully private registries. 🤖 Was this summary useful? React with 👍 or 👎 |
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