Evaluate MCP requests against the "fast" request schema#873
Merged
Conversation
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
🤖 Augment PR SummarySummary: Switch Enterprise MCP request validation to load the precompiled Blaze fast template instead of the exhaustive one. 🤖 Was this summary useful? React with 👍 or 👎 |
Contributor
There was a problem hiding this comment.
Benchmark Index (community)
Details
| Benchmark suite | Current: 0fea0ec | Previous: 02ef2bf | Ratio |
|---|---|---|---|
Add one schema (0 existing) |
126 ms |
160 ms |
0.79 |
Add one schema (100 existing) |
15 ms |
22 ms |
0.68 |
Add one schema (1000 existing) |
53 ms |
73 ms |
0.73 |
Add one schema (10000 existing) |
683 ms |
659 ms |
1.04 |
Update one schema (1 existing) |
10 ms |
14 ms |
0.71 |
Update one schema (101 existing) |
15 ms |
23 ms |
0.65 |
Update one schema (1001 existing) |
55 ms |
74 ms |
0.74 |
Update one schema (10001 existing) |
485 ms |
659 ms |
0.74 |
Cached rebuild (1 existing) |
2 ms |
4 ms |
0.50 |
Cached rebuild (101 existing) |
4 ms |
6 ms |
0.67 |
Cached rebuild (1001 existing) |
15 ms |
27 ms |
0.56 |
Cached rebuild (10001 existing) |
155 ms |
250 ms |
0.62 |
Index 100 schemas |
88 ms |
245 ms |
0.36 |
Index 1000 schemas |
803 ms |
1614 ms |
0.50 |
Index 10000 schemas |
10608 ms |
18141 ms |
0.58 |
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: 0fea0ec | Previous: 02ef2bf | Ratio |
|---|---|---|---|
Add one schema (0 existing) |
165 ms |
152 ms |
1.09 |
Add one schema (100 existing) |
22 ms |
22 ms |
1 |
Add one schema (1000 existing) |
80 ms |
71 ms |
1.13 |
Add one schema (10000 existing) |
699 ms |
592 ms |
1.18 |
Update one schema (1 existing) |
16 ms |
16 ms |
1 |
Update one schema (101 existing) |
25 ms |
22 ms |
1.14 |
Update one schema (1001 existing) |
73 ms |
71 ms |
1.03 |
Update one schema (10001 existing) |
644 ms |
590 ms |
1.09 |
Cached rebuild (1 existing) |
5 ms |
5 ms |
1 |
Cached rebuild (101 existing) |
8 ms |
7 ms |
1.14 |
Cached rebuild (1001 existing) |
28 ms |
27 ms |
1.04 |
Cached rebuild (10001 existing) |
288 ms |
239 ms |
1.21 |
Index 100 schemas |
108 ms |
109 ms |
0.99 |
Index 1000 schemas |
1068 ms |
1019 ms |
1.05 |
Index 10000 schemas |
13732 ms |
13448 ms |
1.02 |
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