mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 05:26:23 +03:00
a19ed8ad15
test: Fix a bug in bench result formatting It would skip the middle part if it was 0, displaying a number a 1000 times too small. The MB/s number next to it gave it away. Fixed it looks like this: ``` test h ... bench: 1,000,129 ns/iter (+/- 4,730) ```