diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index c91d7aa70..0c3c4488e 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