[WIP] Assert on redundant indexing JSON writes#745
Closed
Conversation
Contributor
There was a problem hiding this comment.
Benchmark Index (community)
Details
| Benchmark suite | Current: 3108bcd | Previous: 943da3c | Ratio |
|---|---|---|---|
Add one schema (0 existing) |
22 ms |
21 ms |
1.05 |
Add one schema (100 existing) |
36 ms |
43 ms |
0.84 |
Add one schema (1000 existing) |
189 ms |
195 ms |
0.97 |
Add one schema (10000 existing) |
1908 ms |
1955 ms |
0.98 |
Update one schema (1 existing) |
20 ms |
20 ms |
1 |
Update one schema (101 existing) |
38 ms |
39 ms |
0.97 |
Update one schema (1001 existing) |
197 ms |
206 ms |
0.96 |
Update one schema (10001 existing) |
2293 ms |
2168 ms |
1.06 |
Cached rebuild (1 existing) |
11 ms |
10 ms |
1.10 |
Cached rebuild (101 existing) |
13 ms |
14 ms |
0.93 |
Cached rebuild (1001 existing) |
30 ms |
30 ms |
1 |
Cached rebuild (10001 existing) |
234 ms |
240 ms |
0.97 |
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: 3108bcd | Previous: 943da3c | Ratio |
|---|---|---|---|
Add one schema (0 existing) |
22 ms |
22 ms |
1 |
Add one schema (100 existing) |
37 ms |
38 ms |
0.97 |
Add one schema (1000 existing) |
187 ms |
182 ms |
1.03 |
Add one schema (10000 existing) |
1923 ms |
1905 ms |
1.01 |
Update one schema (1 existing) |
21 ms |
20 ms |
1.05 |
Update one schema (101 existing) |
38 ms |
38 ms |
1 |
Update one schema (1001 existing) |
191 ms |
196 ms |
0.97 |
Update one schema (10001 existing) |
2075 ms |
2149 ms |
0.97 |
Cached rebuild (1 existing) |
11 ms |
11 ms |
1 |
Cached rebuild (101 existing) |
13 ms |
13 ms |
1 |
Cached rebuild (1001 existing) |
31 ms |
31 ms |
1 |
Cached rebuild (10001 existing) |
235 ms |
228 ms |
1.03 |
This comment was automatically generated by workflow using github-action-benchmark.
559b743 to
ce5be75
Compare
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
ce5be75 to
3108bcd
Compare
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
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