We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 419f5ca commit 59aecd6Copy full SHA for 59aecd6
1 file changed
.github/workflows/ci.yml
@@ -189,9 +189,9 @@ jobs:
189
# Store benchmark data in gh-pages branch
190
gh-pages-branch: gh-pages
191
benchmark-data-dir-path: dev/bench
192
- # Fail if performance regresses by more than 20%
+ # Alert if performance regresses by more than 20%
193
alert-threshold: '120%'
194
- fail-on-alert: true
+ fail-on-alert: false
195
# Comment on PR when regression detected
196
comment-on-alert: true
197
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments