benchmarks: Print time unit

This commit is contained in:
Timm Bäder
2018-04-12 09:47:06 +02:00
parent b185de19b6
commit deabf2cf37

View File

@@ -145,7 +145,7 @@ benchmark_suite_run (BenchmarkSuite *bs)
}
/* Median of SAMPLE_SIZE */
printf ("%s (%" G_GSIZE_FORMAT ") | %.2f\n", b->name, b->size,
printf ("%s (%" G_GSIZE_FORMAT ") | %.2fms\n", b->name, b->size,
samples[SAMPLE_SIZE / 2 + 1] / 1000.0);
}
}