lfsr-test: print total elapsed time correctly
[fio.git] / t / lfsr-test.c
index 901f1a66bfb30e2184391c1365872d1a646465af..4352b89f3319959ab55c8e90d15e3878717b432e 100644 (file)
@@ -122,7 +122,7 @@ int main(int argc, char *argv[])
        if (verify)
                printf("(slower due to verification)");
        printf("\n==============================\n");
-       printf("Elapsed: %lf s\n", total / pow(10,9));
+       printf("Elapsed: %lf s\n", total / pow(10,6));
        printf("Mean:    %lf us\n", mean);
 
        free(v_start);