Skip to content

Commit a7bc185

Browse files
committed
Run wall time benchmarks with --features force-soft-floats
Similar to changes for `icount` benchmarks, this ensures we aren't testing the throughput of architecture instructions.
1 parent 4d5fc87 commit a7bc185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
# Always use the same seed for benchmarks. Ideally we should switch to a
184184
# non-random generator.
185185
export LIBM_SEED=benchesbenchesbenchesbencheswoo!
186-
cargo bench --all --features libm-test/short-benchmarks,libm-test/build-musl
186+
cargo bench --all --features short-benchmarks,build-musl,force-soft-floats
187187
188188
- name: Print test logs if available
189189
if: always()

0 commit comments

Comments
 (0)