Fix debug symbol generation happening on every build#1117
Merged
Conversation
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
🤖 Augment PR SummarySummary: Prevents the UNIX debug-symbol extraction rule from re-running on every incremental build. Changes:
🤖 Was this summary useful? React with 👍 or 👎 |
Contributor
There was a problem hiding this comment.
Benchmark Index (community)
Details
| Benchmark suite | Current: 9a2bc6e | Previous: 608acda | Ratio |
|---|---|---|---|
Add one schema (0 existing) |
323 ms |
306 ms |
1.06 |
Add one schema (100 existing) |
30 ms |
23 ms |
1.30 |
Add one schema (1000 existing) |
88 ms |
70 ms |
1.26 |
Add one schema (10000 existing) |
754 ms |
600 ms |
1.26 |
Update one schema (1 existing) |
21 ms |
16 ms |
1.31 |
Update one schema (101 existing) |
29 ms |
23 ms |
1.26 |
Update one schema (1001 existing) |
91 ms |
70 ms |
1.30 |
Update one schema (10001 existing) |
755 ms |
599 ms |
1.26 |
Cached rebuild (1 existing) |
7 ms |
5 ms |
1.40 |
Cached rebuild (101 existing) |
9 ms |
6 ms |
1.50 |
Cached rebuild (1001 existing) |
30 ms |
19 ms |
1.58 |
Cached rebuild (10001 existing) |
258 ms |
162 ms |
1.59 |
Index 100 schemas |
585 ms |
369 ms |
1.59 |
Index 1000 schemas |
1479 ms |
1244 ms |
1.19 |
Index 10000 schemas |
14136 ms |
11320 ms |
1.25 |
Index 10000 schemas (custom meta-schema) |
17045 ms |
13541 ms |
1.26 |
Index 10000 schemas ($ref fan-out) |
16724 ms |
13942 ms |
1.20 |
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: 9a2bc6e | Previous: 608acda | Ratio |
|---|---|---|---|
Add one schema (0 existing) |
437 ms |
395 ms |
1.11 |
Add one schema (100 existing) |
115 ms |
106 ms |
1.08 |
Add one schema (1000 existing) |
171 ms |
160 ms |
1.07 |
Add one schema (10000 existing) |
822 ms |
792 ms |
1.04 |
Update one schema (1 existing) |
104 ms |
97 ms |
1.07 |
Update one schema (101 existing) |
111 ms |
104 ms |
1.07 |
Update one schema (1001 existing) |
171 ms |
161 ms |
1.06 |
Update one schema (10001 existing) |
826 ms |
796 ms |
1.04 |
Cached rebuild (1 existing) |
9 ms |
8 ms |
1.13 |
Cached rebuild (101 existing) |
11 ms |
11 ms |
1 |
Cached rebuild (1001 existing) |
34 ms |
31 ms |
1.10 |
Cached rebuild (10001 existing) |
284 ms |
259 ms |
1.10 |
Index 100 schemas |
527 ms |
498 ms |
1.06 |
Index 1000 schemas |
1645 ms |
1630 ms |
1.01 |
Index 10000 schemas |
13684 ms |
14430 ms |
0.95 |
Index 10000 schemas (custom meta-schema) |
16586 ms |
17585 ms |
0.94 |
Index 10000 schemas ($ref fan-out) |
16404 ms |
17055 ms |
0.96 |
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