X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=crc%2Ftest.c;h=3ce717a0d7751cde0879a7507ac0d75e05e3c464;hb=342f570e7367f62ef6acf6e849726030187612ac;hp=3773b714782adf9e2eab1eb81fda731ba897a1bf;hpb=9e52966eb7e2ba4a0b5cb2afda1aa4b8a48be831;p=fio.git diff --git a/crc/test.c b/crc/test.c index 3773b714..3ce717a0 100644 --- a/crc/test.c +++ b/crc/test.c @@ -373,7 +373,7 @@ int fio_crctest(const char *type) usec = t[i].fn(); mb_sec = (double) mb / (double) usec; mb_sec /= (1.024 * 1.024); - printf("%s:\t%.2f MB/sec\n", t[i].name, mb_sec); + printf("%s:\t%8.2f MB/sec\n", t[i].name, mb_sec); } return 0;