Skip to content

Commit

Permalink
Debugging WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanJeremy committed May 19, 2022
1 parent e66c129 commit ddd8685
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ddd8685

Please sign in to comment.