Conversation
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
🤖 Augment PR SummarySummary: This PR improves benchmark and profiling detail for the indexer. Changes:
Technical Notes: Profiling uses successive 🤖 Was this summary useful? React with 👍 or 👎 |
Contributor
There was a problem hiding this comment.
Benchmark Index (community)
Details
| Benchmark suite | Current: 39f1b31 | Previous: 943da3c | Ratio |
|---|---|---|---|
Add one schema (0 existing) |
21 ms |
21 ms |
1 |
Add one schema (100 existing) |
39 ms |
43 ms |
0.91 |
Add one schema (1000 existing) |
189 ms |
195 ms |
0.97 |
Add one schema (10000 existing) |
1888 ms |
1955 ms |
0.97 |
Update one schema (1 existing) |
19 ms |
20 ms |
0.95 |
Update one schema (101 existing) |
37 ms |
39 ms |
0.95 |
Update one schema (1001 existing) |
207 ms |
206 ms |
1.00 |
Update one schema (10001 existing) |
2110 ms |
2168 ms |
0.97 |
Cached rebuild (1 existing) |
11 ms |
10 ms |
1.10 |
Cached rebuild (101 existing) |
12 ms |
14 ms |
0.86 |
Cached rebuild (1001 existing) |
30 ms |
30 ms |
1 |
Cached rebuild (10001 existing) |
229 ms |
240 ms |
0.95 |
Index 100 schemas |
152 ms |
||
Index 1000 schemas |
1624 ms |
||
Index 10000 schemas |
56176 ms |
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: 39f1b31 | Previous: 943da3c | Ratio |
|---|---|---|---|
Add one schema (0 existing) |
23 ms |
22 ms |
1.05 |
Add one schema (100 existing) |
38 ms |
38 ms |
1 |
Add one schema (1000 existing) |
192 ms |
182 ms |
1.05 |
Add one schema (10000 existing) |
1914 ms |
1905 ms |
1.00 |
Update one schema (1 existing) |
21 ms |
20 ms |
1.05 |
Update one schema (101 existing) |
39 ms |
38 ms |
1.03 |
Update one schema (1001 existing) |
201 ms |
196 ms |
1.03 |
Update one schema (10001 existing) |
2076 ms |
2149 ms |
0.97 |
Cached rebuild (1 existing) |
12 ms |
11 ms |
1.09 |
Cached rebuild (101 existing) |
14 ms |
13 ms |
1.08 |
Cached rebuild (1001 existing) |
34 ms |
31 ms |
1.10 |
Cached rebuild (10001 existing) |
231 ms |
228 ms |
1.01 |
Index 100 schemas |
163 ms |
||
Index 1000 schemas |
1545 ms |
||
Index 10000 schemas |
55503 ms |
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