Reduce the precision of "MB/s" by one, making room for displaying

transfer rates larger 99MB/s.

MFC after:	2 weeks
This commit is contained in:
Edward Tomasz Napierala 2019-03-29 16:05:30 +00:00
parent cfcc114dcb
commit f322b7b058

View file

@ -945,7 +945,7 @@ devstats(int perf_select, long double etime, int havelast)
ms_per_transaction);
} else {
if (Iflag == 0)
printf(" %4.1Lf %4.0Lf %5.2Lf ",
printf(" %4.1Lf %4.0Lf %5.1Lf ",
kb_per_transfer,
transfers_per_second,
mb_per_second);