Store origin URL for MCP in mcp.metapack#904
Merged
Merged
Conversation
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
🤖 Augment PR SummarySummary: This PR moves the MCP “allowed origin” source from Changes:
🤖 Was this summary useful? React with 👍 or 👎 |
Contributor
There was a problem hiding this comment.
Benchmark Index (community)
Details
| Benchmark suite | Current: dc6d202 | Previous: 3cbc9c9 | Ratio |
|---|---|---|---|
Add one schema (0 existing) |
237 ms |
195 ms |
1.22 |
Add one schema (100 existing) |
25 ms |
19 ms |
1.32 |
Add one schema (1000 existing) |
82 ms |
58 ms |
1.41 |
Add one schema (10000 existing) |
931 ms |
510 ms |
1.83 |
Update one schema (1 existing) |
17 ms |
13 ms |
1.31 |
Update one schema (101 existing) |
25 ms |
18 ms |
1.39 |
Update one schema (1001 existing) |
84 ms |
60 ms |
1.40 |
Update one schema (10001 existing) |
732 ms |
507 ms |
1.44 |
Cached rebuild (1 existing) |
5 ms |
3 ms |
1.67 |
Cached rebuild (101 existing) |
8 ms |
4 ms |
2 |
Cached rebuild (1001 existing) |
30 ms |
16 ms |
1.88 |
Cached rebuild (10001 existing) |
304 ms |
154 ms |
1.97 |
Index 100 schemas |
110 ms |
82 ms |
1.34 |
Index 1000 schemas |
850 ms |
662 ms |
1.28 |
Index 10000 schemas |
13238 ms |
9852 ms |
1.34 |
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: dc6d202 | Previous: 3cbc9c9 | Ratio |
|---|---|---|---|
Add one schema (0 existing) |
240 ms |
231 ms |
1.04 |
Add one schema (100 existing) |
28 ms |
29 ms |
0.97 |
Add one schema (1000 existing) |
83 ms |
87 ms |
0.95 |
Add one schema (10000 existing) |
683 ms |
950 ms |
0.72 |
Update one schema (1 existing) |
22 ms |
21 ms |
1.05 |
Update one schema (101 existing) |
28 ms |
28 ms |
1 |
Update one schema (1001 existing) |
83 ms |
87 ms |
0.95 |
Update one schema (10001 existing) |
695 ms |
713 ms |
0.97 |
Cached rebuild (1 existing) |
7 ms |
7 ms |
1 |
Cached rebuild (101 existing) |
9 ms |
10 ms |
0.90 |
Cached rebuild (1001 existing) |
31 ms |
32 ms |
0.97 |
Cached rebuild (10001 existing) |
275 ms |
285 ms |
0.96 |
Index 100 schemas |
115 ms |
116 ms |
0.99 |
Index 1000 schemas |
1002 ms |
973 ms |
1.03 |
Index 10000 schemas |
14503 ms |
13359 ms |
1.09 |
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