More authenticated related e2e tests#1079
Merged
Merged
Conversation
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
🤖 Augment PR SummarySummary: Expands enterprise authentication e2e coverage to ensure protected directories cannot be enumerated without credentials. Changes:
Technical Notes: Uses the 🤖 Was this summary useful? React with 👍 or 👎 |
Contributor
There was a problem hiding this comment.
Benchmark Index (community)
Details
| Benchmark suite | Current: 65da4bf | Previous: 0959497 | Ratio |
|---|---|---|---|
Add one schema (0 existing) |
385 ms |
328 ms |
1.17 |
Add one schema (100 existing) |
28 ms |
22 ms |
1.27 |
Add one schema (1000 existing) |
81 ms |
65 ms |
1.25 |
Add one schema (10000 existing) |
656 ms |
539 ms |
1.22 |
Update one schema (1 existing) |
21 ms |
16 ms |
1.31 |
Update one schema (101 existing) |
29 ms |
22 ms |
1.32 |
Update one schema (1001 existing) |
84 ms |
67 ms |
1.25 |
Update one schema (10001 existing) |
671 ms |
549 ms |
1.22 |
Cached rebuild (1 existing) |
6 ms |
4 ms |
1.50 |
Cached rebuild (101 existing) |
8 ms |
5 ms |
1.60 |
Cached rebuild (1001 existing) |
29 ms |
18 ms |
1.61 |
Cached rebuild (10001 existing) |
247 ms |
165 ms |
1.50 |
Index 100 schemas |
659 ms |
390 ms |
1.69 |
Index 1000 schemas |
1532 ms |
1284 ms |
1.19 |
Index 10000 schemas |
13552 ms |
10931 ms |
1.24 |
Index 10000 schemas (custom meta-schema) |
16152 ms |
13523 ms |
1.19 |
Index 10000 schemas ($ref fan-out) |
16576 ms |
13757 ms |
1.20 |
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: 65da4bf | Previous: 0959497 | Ratio |
|---|---|---|---|
Add one schema (0 existing) |
375 ms |
376 ms |
1.00 |
Add one schema (100 existing) |
30 ms |
32 ms |
0.94 |
Add one schema (1000 existing) |
80 ms |
86 ms |
0.93 |
Add one schema (10000 existing) |
618 ms |
675 ms |
0.92 |
Update one schema (1 existing) |
23 ms |
24 ms |
0.96 |
Update one schema (101 existing) |
29 ms |
31 ms |
0.94 |
Update one schema (1001 existing) |
79 ms |
86 ms |
0.92 |
Update one schema (10001 existing) |
624 ms |
686 ms |
0.91 |
Cached rebuild (1 existing) |
7 ms |
8 ms |
0.88 |
Cached rebuild (101 existing) |
9 ms |
10 ms |
0.90 |
Cached rebuild (1001 existing) |
29 ms |
33 ms |
0.88 |
Cached rebuild (10001 existing) |
243 ms |
274 ms |
0.89 |
Index 100 schemas |
637 ms |
469 ms |
1.36 |
Index 1000 schemas |
1564 ms |
1505 ms |
1.04 |
Index 10000 schemas |
14055 ms |
13530 ms |
1.04 |
Index 10000 schemas (custom meta-schema) |
16314 ms |
15954 ms |
1.02 |
Index 10000 schemas ($ref fan-out) |
16574 ms |
16125 ms |
1.03 |
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