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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=345697

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);