mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Updated benchmark path results - hope this works
This commit is contained in:
parent
031a05bf8a
commit
59ed705a5f
1 changed files with 3 additions and 9 deletions
12
.github/workflows/benchmark.yml
vendored
12
.github/workflows/benchmark.yml
vendored
|
@ -53,7 +53,6 @@ jobs:
|
||||||
|
|
||||||
- name: Create gh-pages dir in runner root dir & navigate to it
|
- name: Create gh-pages dir in runner root dir & navigate to it
|
||||||
run: |
|
run: |
|
||||||
cd ../
|
|
||||||
mkdir gh-pages
|
mkdir gh-pages
|
||||||
cd gh-pages
|
cd gh-pages
|
||||||
pwd && ls
|
pwd && ls
|
||||||
|
@ -64,7 +63,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
repository: AllanJeremy/luau-benchmark-results
|
repository: AllanJeremy/luau-benchmark-results
|
||||||
ref: "main"
|
ref: "main"
|
||||||
path: "../../gh-pages"
|
path: "gh-pages"
|
||||||
|
|
||||||
- name: Checkout gh-pages (benchmark results) source
|
- name: Checkout gh-pages (benchmark results) source
|
||||||
run: |
|
run: |
|
||||||
|
@ -74,12 +73,7 @@ jobs:
|
||||||
git pull
|
git pull
|
||||||
git status
|
git status
|
||||||
|
|
||||||
# Switch back to luau directory
|
- run: pwd && ls
|
||||||
- name: Switch to root directory
|
|
||||||
run: |
|
|
||||||
cd ../
|
|
||||||
pwd
|
|
||||||
ls luau
|
|
||||||
|
|
||||||
#Run `github-action-benchmark` action
|
#Run `github-action-benchmark` action
|
||||||
- name: Store ${{ matrix.bench.title }} result
|
- name: Store ${{ matrix.bench.title }} result
|
||||||
|
@ -91,7 +85,7 @@ jobs:
|
||||||
output-file-path: ./${{ matrix.bench.script }}-output.txt
|
output-file-path: ./${{ matrix.bench.script }}-output.txt
|
||||||
|
|
||||||
# This should map to thebenchmark results repo
|
# 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%
|
alert-threshold: 150%
|
||||||
fail-threshold: 200%
|
fail-threshold: 200%
|
||||||
|
|
Loading…
Add table
Reference in a new issue