mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 14:25:44 +08:00
Update benchmark.yml
Switch to bench.json file so that bench-gcc is the only outlier, as everything else is built with clang.
This commit is contained in:
parent
f7d8ad0774
commit
8b390a33aa
12
.github/workflows/benchmark.yml
vendored
12
.github/workflows/benchmark.yml
vendored
@ -13,9 +13,7 @@ on:
|
||||
|
||||
jobs:
|
||||
callgrind:
|
||||
name: callgrind
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-22.04]
|
||||
benchResultsRepo:
|
||||
@ -44,9 +42,9 @@ jobs:
|
||||
run: |
|
||||
python bench/bench.py --callgrind --vm "./luau-gcc -O2" | tee -a bench-gcc-output.txt
|
||||
|
||||
- name: Run benchmark (bench-clang)
|
||||
- name: Run benchmark (bench)
|
||||
run: |
|
||||
python bench/bench.py --callgrind --vm "./luau -O2" | tee -a bench-clang-output.txt
|
||||
python bench/bench.py --callgrind --vm "./luau -O2" | tee -a bench-output.txt
|
||||
|
||||
- name: Run benchmark (analyze)
|
||||
run: |
|
||||
@ -78,13 +76,13 @@ jobs:
|
||||
token: ${{ secrets.BENCH_GITHUB_TOKEN }}
|
||||
path: "./gh-pages"
|
||||
|
||||
- name: Store results (bench-clang)
|
||||
- name: Store results (bench)
|
||||
uses: Roblox/rhysd-github-action-benchmark@v-luau
|
||||
with:
|
||||
name: callgrind clang
|
||||
tool: "benchmarkluau"
|
||||
output-file-path: ./bench-clang-output.txt
|
||||
external-data-json-path: ./gh-pages/bench-clang.json
|
||||
output-file-path: ./bench-output.txt
|
||||
external-data-json-path: ./gh-pages/bench.json
|
||||
|
||||
- name: Store results (bench-gcc)
|
||||
uses: Roblox/rhysd-github-action-benchmark@v-luau
|
||||
|
Loading…
Reference in New Issue
Block a user