Adjusted thresholds

This commit is contained in:
Allan Jeremy 2022-05-16 18:49:27 +03:00
parent 2448831cd2
commit 0f5c22e705

View file

@ -81,9 +81,10 @@ jobs:
tool: "benchmarkluau" tool: "benchmarkluau"
output-file-path: ${{ matrix.bench.script }}-output.txt output-file-path: ${{ matrix.bench.script }}-output.txt
external-data-json-path: ./dev/bench/data.json external-data-json-path: ./dev/bench/data.json
alert-threshold: 115% alert-threshold: 150%
fail-threshold: 130% fail-threshold: 200%
fail-on-alert: true fail-on-alert: true
comment-on-alert: true comment-on-alert: true
comment-always: true comment-always: true
# TODO: Revert to GITHUB_TOKEN
github-token: ${{ secrets.TEST_GITHUB_TOKEN }} github-token: ${{ secrets.TEST_GITHUB_TOKEN }}