Default to -O2

This commit is contained in:
Arseny Kapoulkine 2022-07-01 11:37:26 -07:00
parent 071883d4b4
commit a6d920323c

View file

@ -36,7 +36,7 @@ jobs:
- name: Run benchmark
run: |
python bench/bench.py --callgrind | tee output.txt
python bench/bench.py --callgrind --vm "./luau -O2" | tee output.txt
- name: Checkout Benchmark Results repository
uses: actions/checkout@v3