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.
This commit is contained in:
Trevor Gross 2025-01-21 07:45:44 +00:00
parent ba0cfe58dd
commit c5dc1b8ca0

View File

@ -183,7 +183,7 @@ jobs:
# Always use the same seed for benchmarks. Ideally we should switch to a
# non-random generator.
export LIBM_SEED=benchesbenchesbenchesbencheswoo!
cargo bench --all --features libm-test/short-benchmarks,libm-test/build-musl
cargo bench --all --features short-benchmarks,build-musl,force-soft-floats
- name: Print test logs if available
if: always()