mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Updated benchmark result directories
This commit is contained in:
parent
34ebb576b4
commit
094af8302a
1 changed files with 1 additions and 9 deletions
10
.github/workflows/benchmark.yml
vendored
10
.github/workflows/benchmark.yml
vendored
|
@ -72,14 +72,6 @@ jobs:
|
|||
- name: Cd back to luau before checking out original repo
|
||||
run: cd .. && pwd && ls
|
||||
|
||||
- name: Switch to original luau repo
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: ${{ github.repository }}
|
||||
|
||||
- name: Print current directory & list files
|
||||
run: pwd && ls
|
||||
|
||||
#Run `github-action-benchmark` action
|
||||
- name: Store ${{ matrix.bench.title }} result
|
||||
uses: Roblox/rhysd-github-action-benchmark@v-luau
|
||||
|
@ -87,7 +79,7 @@ jobs:
|
|||
name: ${{ matrix.bench.title }}
|
||||
tool: "benchmarkluau"
|
||||
# This should come from Luau repo
|
||||
output-file-path: ${{ 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
|
||||
|
|
Loading…
Add table
Reference in a new issue