mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Adjusted thresholds
This commit is contained in:
parent
2448831cd2
commit
0f5c22e705
1 changed files with 3 additions and 2 deletions
5
.github/workflows/benchmark.yml
vendored
5
.github/workflows/benchmark.yml
vendored
|
@ -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 }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue