Skip to content

Commit

Permalink
Default to -O2
Browse files Browse the repository at this point in the history
  • Loading branch information
zeux committed Jul 1, 2022
1 parent 071883d commit a6d9203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a6d9203

Please sign in to comment.