From 0f5c22e705184e055954fe59216f06708cf69d99 Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Mon, 16 May 2022 18:49:27 +0300 Subject: [PATCH] Adjusted thresholds --- .github/workflows/benchmark.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index e488a9f0..5776692d 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -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 }}