Harden apt-get runs on Dockerfiles with retries - #1246
Merged
Merged
Conversation
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
Contributor
There was a problem hiding this comment.
Benchmark Index (community)
Details
| Benchmark suite | Current: e25c191 | Previous: f019178 | Ratio |
|---|---|---|---|
Add one schema (0 existing) |
328 ms |
308 ms |
1.06 |
Add one schema (100 existing) |
41 ms |
38 ms |
1.08 |
Add one schema (1000 existing) |
108 ms |
106 ms |
1.02 |
Add one schema (10000 existing) |
785 ms |
808 ms |
0.97 |
Update one schema (1 existing) |
33 ms |
29 ms |
1.14 |
Update one schema (101 existing) |
42 ms |
40 ms |
1.05 |
Update one schema (1001 existing) |
124 ms |
100 ms |
1.24 |
Update one schema (10001 existing) |
801 ms |
899 ms |
0.89 |
Cached rebuild (1 existing) |
13 ms |
10 ms |
1.30 |
Cached rebuild (101 existing) |
13 ms |
13 ms |
1 |
Cached rebuild (1001 existing) |
42 ms |
43 ms |
0.98 |
Cached rebuild (10001 existing) |
327 ms |
355 ms |
0.92 |
Index 100 schemas |
436 ms |
660 ms |
0.66 |
Index 1000 schemas |
1507 ms |
1351 ms |
1.12 |
Index 10000 schemas |
13165 ms |
12962 ms |
1.02 |
Index 10000 schemas (custom meta-schema) |
15492 ms |
15304 ms |
1.01 |
Index 10000 schemas ($ref fan-out) |
15365 ms |
15421 ms |
1.00 |
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: e25c191 | Previous: f019178 | Ratio |
|---|---|---|---|
Add one schema (0 existing) |
411 ms |
376 ms |
1.09 |
Add one schema (100 existing) |
123 ms |
115 ms |
1.07 |
Add one schema (1000 existing) |
178 ms |
168 ms |
1.06 |
Add one schema (10000 existing) |
834 ms |
758 ms |
1.10 |
Update one schema (1 existing) |
113 ms |
114 ms |
0.99 |
Update one schema (101 existing) |
127 ms |
119 ms |
1.07 |
Update one schema (1001 existing) |
177 ms |
169 ms |
1.05 |
Update one schema (10001 existing) |
841 ms |
811 ms |
1.04 |
Cached rebuild (1 existing) |
12 ms |
11 ms |
1.09 |
Cached rebuild (101 existing) |
18 ms |
14 ms |
1.29 |
Cached rebuild (1001 existing) |
46 ms |
42 ms |
1.10 |
Cached rebuild (10001 existing) |
358 ms |
326 ms |
1.10 |
Index 100 schemas |
484 ms |
506 ms |
0.96 |
Index 1000 schemas |
1541 ms |
1542 ms |
1.00 |
Index 10000 schemas |
13595 ms |
13079 ms |
1.04 |
Index 10000 schemas (custom meta-schema) |
14992 ms |
15928 ms |
0.94 |
Index 10000 schemas ($ref fan-out) |
15484 ms |
15708 ms |
0.99 |
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