Skip to content

Commit

Permalink
Relaxes perf threshold to 10%
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavm-nvidia committed Jan 8, 2025
1 parent bb614c6 commit 8db5572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tripy-l0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
auto-push: ${{ !github.event.pull_request.head.repo.fork }}
# Show alert with commit comment on detecting possible performance regression
alert-threshold: '105%'
alert-threshold: '110%'
comment-on-alert: true
fail-on-alert: true
gh-pages-branch: benchmarks

0 comments on commit 8db5572

Please sign in to comment.