Skip to content

Commit 59aecd6

Browse files
committed
Don't fail build on benchmark regression, just report
1 parent 419f5ca commit 59aecd6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,9 @@ jobs:
189189
# Store benchmark data in gh-pages branch
190190
gh-pages-branch: gh-pages
191191
benchmark-data-dir-path: dev/bench
192-
# Fail if performance regresses by more than 20%
192+
# Alert if performance regresses by more than 20%
193193
alert-threshold: '120%'
194-
fail-on-alert: true
194+
fail-on-alert: false
195195
# Comment on PR when regression detected
196196
comment-on-alert: true
197197
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)