Skip to content

Commit

Permalink
Updated benchmark path results - hope this works
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanJeremy committed May 19, 2022
1 parent 031a05b commit 59ed705
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ jobs:

- name: Create gh-pages dir in runner root dir & navigate to it
run: |
cd ../
mkdir gh-pages
cd gh-pages
pwd && ls
Expand All @@ -64,7 +63,7 @@ jobs:
with:
repository: AllanJeremy/luau-benchmark-results
ref: "main"
path: "../../gh-pages"
path: "gh-pages"

- name: Checkout gh-pages (benchmark results) source
run: |
Expand All @@ -74,12 +73,7 @@ jobs:
git pull
git status
# Switch back to luau directory
- name: Switch to root directory
run: |
cd ../
pwd
ls luau
- run: pwd && ls

#Run `github-action-benchmark` action
- name: Store ${{ matrix.bench.title }} result
Expand All @@ -91,7 +85,7 @@ jobs:
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%
Expand Down

0 comments on commit 59ed705

Please sign in to comment.