Avoid copying dependencies in the vast majority of dispatches#720
Merged
Avoid copying dependencies in the vast majority of dispatches#720
Conversation
7d84794 to
e4f2b45
Compare
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
Contributor
There was a problem hiding this comment.
Benchmark Index (community)
Details
| Benchmark suite | Current: d503322 | Previous: d4b4243 | Ratio |
|---|---|---|---|
Add one schema (0 existing) |
22 ms |
19 ms |
1.16 |
Add one schema (100 existing) |
79 ms |
56 ms |
1.41 |
Add one schema (1000 existing) |
648 ms |
393 ms |
1.65 |
Cached rebuild (1 existing) |
13 ms |
11 ms |
1.18 |
Cached rebuild (101 existing) |
52 ms |
34 ms |
1.53 |
Cached rebuild (1001 existing) |
404 ms |
251 ms |
1.61 |
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: d503322 | Previous: d4b4243 | Ratio |
|---|---|---|---|
Add one schema (0 existing) |
25 ms |
26 ms |
0.96 |
Add one schema (100 existing) |
81 ms |
87 ms |
0.93 |
Add one schema (1000 existing) |
640 ms |
674 ms |
0.95 |
Cached rebuild (1 existing) |
14 ms |
15 ms |
0.93 |
Cached rebuild (101 existing) |
52 ms |
55 ms |
0.95 |
Cached rebuild (1001 existing) |
405 ms |
421 ms |
0.96 |
This comment was automatically generated by workflow using github-action-benchmark.
🤖 Augment PR SummarySummary: This PR optimizes the build dispatch pipeline to avoid copying dependency paths in most cases. Changes:
Technical Notes: Cache checks now compare static-dependency lists directly and validate both static and dynamic dependency mtimes against the stored output mark to decide cache hits. 🤖 Was this summary useful? React with 👍 or 👎 |
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