Debugging WIP

This commit is contained in:
Allan Jeremy 2022-05-19 18:31:37 +03:00
parent e66c129e65
commit ddd8685db3

View file

@ -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