Conversation
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
🤖 Augment PR SummarySummary: Adds an Enterprise E2E suite that validates MCP endpoint behavior when the instance is configured with a Changes:
Technical Notes: The new tests assert correct routing under 🤖 Was this summary useful? React with 👍 or 👎 |
Contributor
There was a problem hiding this comment.
Benchmark Index (community)
Details
| Benchmark suite | Current: 1f0ff1f | Previous: 26266b9 | Ratio |
|---|---|---|---|
Add one schema (0 existing) |
155 ms |
163 ms |
0.95 |
Add one schema (100 existing) |
20 ms |
22 ms |
0.91 |
Add one schema (1000 existing) |
72 ms |
74 ms |
0.97 |
Add one schema (10000 existing) |
684 ms |
815 ms |
0.84 |
Update one schema (1 existing) |
14 ms |
15 ms |
0.93 |
Update one schema (101 existing) |
21 ms |
22 ms |
0.95 |
Update one schema (1001 existing) |
72 ms |
74 ms |
0.97 |
Update one schema (10001 existing) |
674 ms |
641 ms |
1.05 |
Cached rebuild (1 existing) |
4 ms |
4 ms |
1 |
Cached rebuild (101 existing) |
6 ms |
6 ms |
1 |
Cached rebuild (1001 existing) |
26 ms |
26 ms |
1 |
Cached rebuild (10001 existing) |
240 ms |
246 ms |
0.98 |
Index 100 schemas |
130 ms |
132 ms |
0.98 |
Index 1000 schemas |
1030 ms |
1108 ms |
0.93 |
Index 10000 schemas |
14221 ms |
13803 ms |
1.03 |
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: 1f0ff1f | Previous: 26266b9 | Ratio |
|---|---|---|---|
Add one schema (0 existing) |
151 ms |
159 ms |
0.95 |
Add one schema (100 existing) |
25 ms |
22 ms |
1.14 |
Add one schema (1000 existing) |
70 ms |
70 ms |
1 |
Add one schema (10000 existing) |
588 ms |
851 ms |
0.69 |
Update one schema (1 existing) |
17 ms |
16 ms |
1.06 |
Update one schema (101 existing) |
23 ms |
22 ms |
1.05 |
Update one schema (1001 existing) |
71 ms |
71 ms |
1 |
Update one schema (10001 existing) |
623 ms |
608 ms |
1.02 |
Cached rebuild (1 existing) |
5 ms |
6 ms |
0.83 |
Cached rebuild (101 existing) |
7 ms |
7 ms |
1 |
Cached rebuild (1001 existing) |
27 ms |
27 ms |
1 |
Cached rebuild (10001 existing) |
248 ms |
256 ms |
0.97 |
Index 100 schemas |
111 ms |
143 ms |
0.78 |
Index 1000 schemas |
1131 ms |
1033 ms |
1.09 |
Index 10000 schemas |
13005 ms |
13418 ms |
0.97 |
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