You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
camposandro
changed the title
Allow failure of ASV workflow when performance deteriorates
Fail asv workflows when performance deteriorates
Nov 17, 2023
Fail the ASV workflows if at least one of benchmarks deteriorates above a certain threshold (e.g. 150% / 200%).
asv-main.yml:
asv run
without|| true
, allowing the command to exit with a non-zero return codeasv-pr.yml:
asv continuous
without|| true
, allowing the command to exit with a non-zero return codeasv-nightly.yml
asv continuous
without|| true
, allowing the command to exit with a non-zero return codeMore information about "on failure" executions here.
The text was updated successfully, but these errors were encountered: