Skip to content

Commit

Permalink
Dont fail benchmark if major change (#1372)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haaroon authored Nov 13, 2023
1 parent 4ff9077 commit b8dfc9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
# Show alert with commit comment on detecting possible performance regression
alert-threshold: '200%'
comment-on-alert: true
fail-on-alert: true
fail-on-alert: false
- name: Compare benchmark results if repo is not master
if: github.ref != 'refs/heads/master'
uses: benchmark-action/github-action-benchmark@v1
Expand Down

0 comments on commit b8dfc9b

Please sign in to comment.