Skip to content

Commit

Permalink
Merge pull request #1127 from zeenix/fix-bench-ci
Browse files Browse the repository at this point in the history
πŸ’š CI: Bump benchmarks alert threshold to 200% & don't fail on alert
  • Loading branch information
zeenix authored Nov 5, 2024
2 parents 22e772f + e7122cf commit 40ea8c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
with:
tool: 'cargo'
output-file-path: output.txt
fail-on-alert: true
fail-on-alert: false
github-token: ${{ secrets.GITHUB_TOKEN }}
comment-on-alert: true
alert-threshold: 50%
alert-threshold: 200%
alert-comment-cc-users: '@zeenix'
auto-push: true

Expand Down

0 comments on commit 40ea8c1

Please sign in to comment.