examples/nvme/perf: use MiB/s to show bandwidth data
The perf tool's bandwidth data is MiB/s, not MB/s. So update the data description part. Change-Id: I770cc0d7c0f0a4d56cb4eff593e88fbed55e3ed6 Signed-off-by: Liang Yan <liang.z.yan@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/451319 Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
parent
7d7b44f2a6
commit
2210eaa9ca
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user