Skip to content

Commit

Permalink
Switch to nightly rust for AVX2 bench
Browse files Browse the repository at this point in the history
  • Loading branch information
ogxd committed Nov 22, 2023
1 parent 3bf7f9d commit 2dffe26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- name: Benchmark
run: cargo bench --bench throughput --features 'bench-plot'

- name: Switch to nightly rust
run: rustup default nightly

- name: Benchmark (AVX2)
run: cargo bench --bench throughput --features 'bench-plot avx2'

Expand Down

0 comments on commit 2dffe26

Please sign in to comment.