Add tests for unsupported MCP batches#937
Merged
Merged
Conversation
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
Contributor
There was a problem hiding this comment.
Benchmark Index (community)
Details
| Benchmark suite | Current: b11886f | Previous: fbb3855 | Ratio |
|---|---|---|---|
Add one schema (0 existing) |
277 ms |
283 ms |
0.98 |
Add one schema (100 existing) |
26 ms |
25 ms |
1.04 |
Add one schema (1000 existing) |
85 ms |
78 ms |
1.09 |
Add one schema (10000 existing) |
685 ms |
654 ms |
1.05 |
Update one schema (1 existing) |
19 ms |
18 ms |
1.06 |
Update one schema (101 existing) |
26 ms |
25 ms |
1.04 |
Update one schema (1001 existing) |
85 ms |
78 ms |
1.09 |
Update one schema (10001 existing) |
918 ms |
653 ms |
1.41 |
Cached rebuild (1 existing) |
6 ms |
5 ms |
1.20 |
Cached rebuild (101 existing) |
8 ms |
7 ms |
1.14 |
Cached rebuild (1001 existing) |
30 ms |
26 ms |
1.15 |
Cached rebuild (10001 existing) |
292 ms |
241 ms |
1.21 |
Index 100 schemas |
110 ms |
113 ms |
0.97 |
Index 1000 schemas |
876 ms |
908 ms |
0.96 |
Index 10000 schemas |
12683 ms |
13674 ms |
0.93 |
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: b11886f | Previous: fbb3855 | Ratio |
|---|---|---|---|
Add one schema (0 existing) |
310 ms |
289 ms |
1.07 |
Add one schema (100 existing) |
30 ms |
27 ms |
1.11 |
Add one schema (1000 existing) |
86 ms |
81 ms |
1.06 |
Add one schema (10000 existing) |
685 ms |
955 ms |
0.72 |
Update one schema (1 existing) |
22 ms |
20 ms |
1.10 |
Update one schema (101 existing) |
30 ms |
28 ms |
1.07 |
Update one schema (1001 existing) |
89 ms |
82 ms |
1.09 |
Update one schema (10001 existing) |
693 ms |
682 ms |
1.02 |
Cached rebuild (1 existing) |
7 ms |
6 ms |
1.17 |
Cached rebuild (101 existing) |
10 ms |
8 ms |
1.25 |
Cached rebuild (1001 existing) |
33 ms |
28 ms |
1.18 |
Cached rebuild (10001 existing) |
273 ms |
252 ms |
1.08 |
Index 100 schemas |
154 ms |
117 ms |
1.32 |
Index 1000 schemas |
1091 ms |
1156 ms |
0.94 |
Index 10000 schemas |
14291 ms |
14096 ms |
1.01 |
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