diff --git a/examples/nvme/perf/perf.c b/examples/nvme/perf/perf.c index 8941381a0b..9804154d10 100644 --- a/examples/nvme/perf/perf.c +++ b/examples/nvme/perf/perf.c @@ -1153,7 +1153,7 @@ print_performance(void) printf("========================================================\n"); printf("%103s\n", "Latency(us)"); printf("%-55s: %10s %10s %10s %10s %10s\n", - "Device Information", "IOPS", "MB/s", "Average", "min", "max"); + "Device Information", "IOPS", "MiB/s", "Average", "min", "max"); worker = g_workers; while (worker) {