-
Notifications
You must be signed in to change notification settings - Fork 296
ASV custom build command and file-based benchmark triggers #5776
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
6fd04e6
Trigger benchmarks if lock files have changed.
trexfeathers 9cb5830
Check for 'true' string not boolean
trexfeathers 621a774
Temporarily disable other CI.
trexfeathers bce39e3
Limit branch actions to pull requests
trexfeathers 4c18e23
Unified continue check.
trexfeathers 8f097b1
Benchmarks temporary debug mode.
trexfeathers 5522251
Demonstrate lock file trigger for benchmarks.
trexfeathers fbb4ab7
Demonstrate overnight mode.
trexfeathers d18f300
Revert "Demonstrate overnight mode."
trexfeathers 5a5edca
Revert "Demonstrate lock file trigger for benchmarks."
trexfeathers cc03034
Minor visual improvements.
trexfeathers 2c41fb5
Explanatory notes.
trexfeathers 7806ff5
Revert "Benchmarks temporary debug mode."
trexfeathers bff3510
Revert "Temporarily disable other CI."
trexfeathers b3660bd
Fix docs indentation.
trexfeathers 14a8f35
Custom ASV build command using setup.py.
trexfeathers c490597
Remove ASV pin.
trexfeathers 218bdb7
Don't trigger benchmarks when pyproject.toml changes.
trexfeathers 6030c98
More accurate name for files-changed step.
trexfeathers b95548b
Don't have a continue output.
trexfeathers 21b1b91
Remove confusing variable name clash.
trexfeathers cd19693
Update What's New entry.
trexfeathers File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
# Make sure any dependency changes are benchmarked (only changes to the locks | ||
# make a material difference - changes to the Conda YAML files are not | ||
# benchmarked). | ||
# benchmark_this automatically triggers the benchmark workflow when added by | ||
# a user. No triggering happens when GitHub Actions adds the label (this | ||
# avoids security vulnerabilities), so alternative triggers for the below | ||
# files are therefore included in workflows/benchmarks_run.yml. Automatic | ||
# labelling is still included here to make it easier to search pull requests, | ||
# and to reinforce the culture of using this label. | ||
benchmark_this: | ||
- changed-files: | ||
- any-glob-to-any-file: 'requirements/locks/*.lock' | ||
- any-glob-to-any-file: ['requirements/locks/*.lock', "setup.py"] |
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
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.