[WIP] Prototype MCP variants of the action runners#858
Draft
Conversation
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
Contributor
There was a problem hiding this comment.
Benchmark Index (enterprise)
Details
| Benchmark suite | Current: 6da6272 | Previous: a38ecbe | Ratio |
|---|---|---|---|
Add one schema (0 existing) |
82 ms |
95 ms |
0.86 |
Add one schema (100 existing) |
16 ms |
21 ms |
0.76 |
Add one schema (1000 existing) |
53 ms |
68 ms |
0.78 |
Add one schema (10000 existing) |
705 ms |
597 ms |
1.18 |
Update one schema (1 existing) |
12 ms |
15 ms |
0.80 |
Update one schema (101 existing) |
16 ms |
21 ms |
0.76 |
Update one schema (1001 existing) |
54 ms |
71 ms |
0.76 |
Update one schema (10001 existing) |
484 ms |
609 ms |
0.79 |
Cached rebuild (1 existing) |
4 ms |
5 ms |
0.80 |
Cached rebuild (101 existing) |
5 ms |
7 ms |
0.71 |
Cached rebuild (1001 existing) |
17 ms |
26 ms |
0.65 |
Cached rebuild (10001 existing) |
159 ms |
242 ms |
0.66 |
Index 100 schemas |
93 ms |
108 ms |
0.86 |
Index 1000 schemas |
840 ms |
998 ms |
0.84 |
Index 10000 schemas |
11228 ms |
13390 ms |
0.84 |
This comment was automatically generated by workflow using github-action-benchmark.
Contributor
There was a problem hiding this comment.
Benchmark Index (community)
Details
| Benchmark suite | Current: 6da6272 | Previous: a38ecbe | Ratio |
|---|---|---|---|
Add one schema (0 existing) |
93 ms |
93 ms |
1 |
Add one schema (100 existing) |
19 ms |
19 ms |
1 |
Add one schema (1000 existing) |
69 ms |
69 ms |
1 |
Add one schema (10000 existing) |
604 ms |
844 ms |
0.72 |
Update one schema (1 existing) |
13 ms |
13 ms |
1 |
Update one schema (101 existing) |
20 ms |
20 ms |
1 |
Update one schema (1001 existing) |
72 ms |
69 ms |
1.04 |
Update one schema (10001 existing) |
624 ms |
629 ms |
0.99 |
Cached rebuild (1 existing) |
3 ms |
3 ms |
1 |
Cached rebuild (101 existing) |
5 ms |
5 ms |
1 |
Cached rebuild (1001 existing) |
26 ms |
25 ms |
1.04 |
Cached rebuild (10001 existing) |
238 ms |
246 ms |
0.97 |
Index 100 schemas |
146 ms |
104 ms |
1.40 |
Index 1000 schemas |
1194 ms |
867 ms |
1.38 |
Index 10000 schemas |
15898 ms |
14199 ms |
1.12 |
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