mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 06:16:26 +00:00
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:
parent
ba0cfe58dd
commit
c5dc1b8ca0
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user