Skip to content

Commit

Permalink
GitHub Action: Run benchmark with ReleaseFast
Browse files Browse the repository at this point in the history
  • Loading branch information
judofyr committed Aug 4, 2024
1 parent 64faffa commit 4168d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Formatting
run: zig fmt --check src/*.zig
- name: Build executable
run: zig build
run: zig build -Doptimize=ReleaseFast
- name: Run small benchmark
run: ./zig-out/bin/spice-example -n 10000 --baseline -t 1 -t 2 -t 4
# According to https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners
Expand Down

0 comments on commit 4168d63

Please sign in to comment.