[WIP] Start benchmarking server operations - #1247
Draft
jviotti wants to merge 4 commits into
Draft
Conversation
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
jviotti
force-pushed
the
benchmark-server
branch
from
August 25, 2026 20:16
d6aaf0b to
694f32c
Compare
Contributor
There was a problem hiding this comment.
Benchmark Index (community)
Details
| Benchmark suite | Current: b5a6d44 | Previous: 7044612 | Ratio |
|---|---|---|---|
Add one schema (0 existing) |
373 ms |
320 ms |
1.17 |
Add one schema (100 existing) |
41 ms |
36 ms |
1.14 |
Add one schema (1000 existing) |
90 ms |
95 ms |
0.95 |
Add one schema (10000 existing) |
693 ms |
763 ms |
0.91 |
Update one schema (1 existing) |
27 ms |
28 ms |
0.96 |
Update one schema (101 existing) |
36 ms |
36 ms |
1 |
Update one schema (1001 existing) |
94 ms |
98 ms |
0.96 |
Update one schema (10001 existing) |
735 ms |
1066 ms |
0.69 |
Cached rebuild (1 existing) |
9 ms |
11 ms |
0.82 |
Cached rebuild (101 existing) |
14 ms |
13 ms |
1.08 |
Cached rebuild (1001 existing) |
37 ms |
42 ms |
0.88 |
Cached rebuild (10001 existing) |
297 ms |
351 ms |
0.85 |
Index 100 schemas |
643 ms |
598 ms |
1.08 |
Index 1000 schemas |
1274 ms |
1371 ms |
0.93 |
Index 10000 schemas |
13224 ms |
12543 ms |
1.05 |
Index 10000 schemas (custom meta-schema) |
15179 ms |
14629 ms |
1.04 |
Index 10000 schemas ($ref fan-out) |
15648 ms |
14865 ms |
1.05 |
test/e2e/html: Schema Fetch (p50) |
412 us |
||
test/e2e/html: Schema Fetch (p99) |
495 us |
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: b5a6d44 | Previous: 7044612 | Ratio |
|---|---|---|---|
enterprise/e2e/auth-keys: Schema Fetch (gated) (p50) |
377 us |
||
enterprise/e2e/auth-keys: Schema Fetch (gated) (p99) |
466 us |
||
Add one schema (0 existing) |
371 ms |
254 ms |
1.46 |
Add one schema (100 existing) |
124 ms |
87 ms |
1.43 |
Add one schema (1000 existing) |
172 ms |
141 ms |
1.22 |
Add one schema (10000 existing) |
767 ms |
753 ms |
1.02 |
Update one schema (1 existing) |
114 ms |
86 ms |
1.33 |
Update one schema (101 existing) |
124 ms |
89 ms |
1.39 |
Update one schema (1001 existing) |
174 ms |
123 ms |
1.41 |
Update one schema (10001 existing) |
785 ms |
705 ms |
1.11 |
Cached rebuild (1 existing) |
11 ms |
8 ms |
1.38 |
Cached rebuild (101 existing) |
16 ms |
10 ms |
1.60 |
Cached rebuild (1001 existing) |
43 ms |
33 ms |
1.30 |
Cached rebuild (10001 existing) |
336 ms |
205 ms |
1.64 |
Index 100 schemas |
476 ms |
536 ms |
0.89 |
Index 1000 schemas |
1448 ms |
994 ms |
1.46 |
Index 10000 schemas |
12377 ms |
9552 ms |
1.30 |
Index 10000 schemas (custom meta-schema) |
14707 ms |
16390 ms |
0.90 |
Index 10000 schemas ($ref fan-out) |
14688 ms |
19469 ms |
0.75 |
test/e2e/html: Schema Fetch (p50) |
380 us |
||
test/e2e/html: Schema Fetch (p99) |
499 us |
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