mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Minor fixes
This commit is contained in:
parent
162512c870
commit
949241b6f8
1 changed files with 4 additions and 1 deletions
5
.github/workflows/benchmark.yml
vendored
5
.github/workflows/benchmark.yml
vendored
|
@ -9,6 +9,9 @@ on:
|
|||
- "papers/**"
|
||||
- "rfcs/**"
|
||||
- "*.md"
|
||||
pull_request:
|
||||
branches:
|
||||
- benchmark
|
||||
|
||||
jobs:
|
||||
callgrind:
|
||||
|
@ -53,7 +56,7 @@ jobs:
|
|||
|
||||
- name: Run benchmark (bench-codegen)
|
||||
run: |
|
||||
python bench/bench.py --callgrind --vm "./luau --codegen -O2" | tee -a bench-codegen-output.txt
|
||||
python bench/bench.py --callgrind --vm "./luau-codegen --codegen -O2" | tee -a bench-codegen-output.txt
|
||||
|
||||
- name: Run benchmark (analyze)
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue