From ddd8685db307255c24ff27f9dee683882f52ada5 Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Thu, 19 May 2022 18:31:37 +0300 Subject: [PATCH] Debugging WIP --- .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 c91d7aa7..0c3c4488 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -86,10 +86,11 @@ jobs: name: ${{ matrix.bench.title }} tool: "benchmarkluau" # This should come from Luau repo - output-file-path: ./luau/${{ matrix.bench.script }}-output.txt + output-file-path: ./${{ matrix.bench.script }}-output.txt # This should map to thebenchmark results repo - external-data-json-path: ./gh-pages/dev/bench/data.json + external-data-json-path: ../gh-pages/dev/bench/data.json + alert-threshold: 150% fail-threshold: 200% fail-on-alert: true