Minor fixes

This commit is contained in:
Arseny Kapoulkine 2022-10-17 12:01:13 -07:00
parent 162512c870
commit 949241b6f8

View file

@ -9,6 +9,9 @@ on:
- "papers/**" - "papers/**"
- "rfcs/**" - "rfcs/**"
- "*.md" - "*.md"
pull_request:
branches:
- benchmark
jobs: jobs:
callgrind: callgrind:
@ -53,7 +56,7 @@ jobs:
- name: Run benchmark (bench-codegen) - name: Run benchmark (bench-codegen)
run: | 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) - name: Run benchmark (analyze)
run: | run: |