We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97dd1fe commit 709c6d6Copy full SHA for 709c6d6
1 file changed
.github/workflows/benchmarks.yml
@@ -66,7 +66,10 @@ jobs:
66
tool: 'pytest'
67
output-file-path: pytest_benchmarks.json
68
github-token: ${{ secrets.GITHUB_TOKEN }}
69
- auto-push: true
70
- alert-threshold: '125%'
71
- comment-on-alert: true
72
- fail-on-alert: true
+ summary-always: true
+ # TODO: Enable tracking on gh-pages when this is public to support automated
+ # regression alerts.
+ alert-threshold: '200%'
73
+ auto-push: false
74
+ comment-on-alert: false
75
+ fail-on-alert: false
0 commit comments