Populate the enterprise HTML e2e instance with more schemas#883
Merged
Conversation
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
🤖 Augment PR SummarySummary: This PR expands the Enterprise HTML e2e fixture dataset so the catalog is populated with many more schemas. Changes:
Technical Notes: The updated counts in 🤖 Was this summary useful? React with 👍 or 👎 |
Contributor
There was a problem hiding this comment.
Benchmark Index (community)
Details
| Benchmark suite | Current: 7612e49 | Previous: 1c0b546 | Ratio |
|---|---|---|---|
Add one schema (0 existing) |
213 ms |
211 ms |
1.01 |
Add one schema (100 existing) |
22 ms |
22 ms |
1 |
Add one schema (1000 existing) |
73 ms |
74 ms |
0.99 |
Add one schema (10000 existing) |
639 ms |
919 ms |
0.70 |
Update one schema (1 existing) |
15 ms |
15 ms |
1 |
Update one schema (101 existing) |
22 ms |
23 ms |
0.96 |
Update one schema (1001 existing) |
75 ms |
79 ms |
0.95 |
Update one schema (10001 existing) |
639 ms |
656 ms |
0.97 |
Cached rebuild (1 existing) |
4 ms |
4 ms |
1 |
Cached rebuild (101 existing) |
6 ms |
6 ms |
1 |
Cached rebuild (1001 existing) |
26 ms |
27 ms |
0.96 |
Cached rebuild (10001 existing) |
241 ms |
246 ms |
0.98 |
Index 100 schemas |
138 ms |
143 ms |
0.97 |
Index 1000 schemas |
1025 ms |
1077 ms |
0.95 |
Index 10000 schemas |
13172 ms |
14266 ms |
0.92 |
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: 7612e49 | Previous: 1c0b546 | Ratio |
|---|---|---|---|
Add one schema (0 existing) |
210 ms |
154 ms |
1.36 |
Add one schema (100 existing) |
25 ms |
19 ms |
1.32 |
Add one schema (1000 existing) |
74 ms |
62 ms |
1.19 |
Add one schema (10000 existing) |
873 ms |
694 ms |
1.26 |
Update one schema (1 existing) |
19 ms |
14 ms |
1.36 |
Update one schema (101 existing) |
24 ms |
18 ms |
1.33 |
Update one schema (1001 existing) |
75 ms |
61 ms |
1.23 |
Update one schema (10001 existing) |
827 ms |
689 ms |
1.20 |
Cached rebuild (1 existing) |
7 ms |
5 ms |
1.40 |
Cached rebuild (101 existing) |
8 ms |
6 ms |
1.33 |
Cached rebuild (1001 existing) |
27 ms |
24 ms |
1.13 |
Cached rebuild (10001 existing) |
293 ms |
216 ms |
1.36 |
Index 100 schemas |
114 ms |
84 ms |
1.36 |
Index 1000 schemas |
982 ms |
1172 ms |
0.84 |
Index 10000 schemas |
13507 ms |
20252 ms |
0.67 |
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