Skip to content

Commit

Permalink
[benchmarks] Adjust threshold for warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
petervdonovan committed Jul 15, 2022
1 parent b9f341a commit 5f89f93
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/continuous-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@ jobs:
output-file-path: continuous-benchmarking-results-multi-threaded.json
github-token: ${{ secrets.GITHUB_TOKEN }}
auto-push: true

# Show alert with commit comment on detecting possible performance regression
alert-threshold: '100%' # FIXME: After russel is set up, lower the threshold and set alert/comment to true
alert-threshold: '200%' # FIXME: After russel is set up, lower the threshold and set alert/comment to true
comment-on-alert: true
fail-on-alert: false

Expand All @@ -97,6 +95,6 @@ jobs:
auto-push: true

# Show alert with commit comment on detecting possible performance regression
alert-threshold: '100%' # FIXME: After russel is set up, lower the threshold and set alert/comment to true
alert-threshold: '200%' # FIXME: After russel is set up, lower the threshold and set alert/comment to true
comment-on-alert: true
fail-on-alert: false

0 comments on commit 5f89f93

Please sign in to comment.