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