Skip to content

Commit

Permalink
Adjusted thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanJeremy committed May 16, 2022
1 parent 2448831 commit 0f5c22e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,10 @@ jobs:
tool: "benchmarkluau"
output-file-path: ${{ matrix.bench.script }}-output.txt
external-data-json-path: ./dev/bench/data.json
alert-threshold: 115%
fail-threshold: 130%
alert-threshold: 150%
fail-threshold: 200%
fail-on-alert: true
comment-on-alert: true
comment-always: true
# TODO: Revert to GITHUB_TOKEN
github-token: ${{ secrets.TEST_GITHUB_TOKEN }}

0 comments on commit 0f5c22e

Please sign in to comment.