Allow HEAD on the search endpoint#1022
Merged
Merged
Conversation
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
🤖 Augment PR SummarySummary: This PR adds support for Changes:
Technical Notes: Tests cover successful searches (with and without matches) and an error path (missing query) to ensure header parity and zero response bytes for 🤖 Was this summary useful? React with 👍 or 👎 |
Contributor
There was a problem hiding this comment.
Benchmark Index (community)
Details
| Benchmark suite | Current: 992d654 | Previous: 077bec8 | Ratio |
|---|---|---|---|
Add one schema (0 existing) |
383 ms |
402 ms |
0.95 |
Add one schema (100 existing) |
67 ms |
30 ms |
2.23 |
Add one schema (1000 existing) |
92 ms |
94 ms |
0.98 |
Add one schema (10000 existing) |
791 ms |
750 ms |
1.05 |
Update one schema (1 existing) |
59 ms |
22 ms |
2.68 |
Update one schema (101 existing) |
28 ms |
30 ms |
0.93 |
Update one schema (1001 existing) |
90 ms |
96 ms |
0.94 |
Update one schema (10001 existing) |
808 ms |
760 ms |
1.06 |
Cached rebuild (1 existing) |
5 ms |
7 ms |
0.71 |
Cached rebuild (101 existing) |
8 ms |
9 ms |
0.89 |
Cached rebuild (1001 existing) |
26 ms |
32 ms |
0.81 |
Cached rebuild (10001 existing) |
220 ms |
289 ms |
0.76 |
Index 100 schemas |
644 ms |
647 ms |
1.00 |
Index 1000 schemas |
1398 ms |
1481 ms |
0.94 |
Index 10000 schemas |
13578 ms |
13684 ms |
0.99 |
Index 10000 schemas (custom meta-schema) |
109055 ms |
138126 ms |
0.79 |
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: 992d654 | Previous: 077bec8 | Ratio |
|---|---|---|---|
Add one schema (0 existing) |
321 ms |
298 ms |
1.08 |
Add one schema (100 existing) |
24 ms |
27 ms |
0.89 |
Add one schema (1000 existing) |
68 ms |
87 ms |
0.78 |
Add one schema (10000 existing) |
559 ms |
813 ms |
0.69 |
Update one schema (1 existing) |
18 ms |
20 ms |
0.90 |
Update one schema (101 existing) |
23 ms |
26 ms |
0.88 |
Update one schema (1001 existing) |
69 ms |
89 ms |
0.78 |
Update one schema (10001 existing) |
558 ms |
803 ms |
0.69 |
Cached rebuild (1 existing) |
5 ms |
6 ms |
0.83 |
Cached rebuild (101 existing) |
6 ms |
8 ms |
0.75 |
Cached rebuild (1001 existing) |
19 ms |
26 ms |
0.73 |
Cached rebuild (10001 existing) |
157 ms |
223 ms |
0.70 |
Index 100 schemas |
578 ms |
646 ms |
0.89 |
Index 1000 schemas |
1272 ms |
1325 ms |
0.96 |
Index 10000 schemas |
10819 ms |
16867 ms |
0.64 |
Index 10000 schemas (custom meta-schema) |
131887 ms |
108495 ms |
1.22 |
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