Get the crctest results properly aligned
[fio.git] / crc / test.c
index 3773b714782adf9e2eab1eb81fda731ba897a1bf..3ce717a0d7751cde0879a7507ac0d75e05e3c464 100644 (file)
@@ -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;