Skip to content

Commit

Permalink
Disable commenting on alerts to reduce noise
Browse files Browse the repository at this point in the history
  • Loading branch information
larabr committed Nov 16, 2021
1 parent 6f95847 commit 85e8ff7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Expand Up @@ -45,7 +45,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
# trigger alert comment if 1.3 times slower
alert-threshold: '130%'
comment-on-alert: true
comment-on-alert: false
# fail workdlow if 1.5 times slower
fail-threshold: '150%'
fail-on-alert: true
Expand All @@ -60,7 +60,7 @@ jobs:
base-benchmark-file-path: master/memory_usage.txt
github-token: ${{ secrets.GITHUB_TOKEN }}
alert-threshold: '102%'
comment-on-alert: true
comment-on-alert: false
fail-threshold: '110%'
fail-on-alert: true
file-to-annotate: ${{ github.workspace }}/test/benchmarks/memory_usage.js
Expand Down

0 comments on commit 85e8ff7

Please sign in to comment.