Commit fe7f8653 authored by dongx.yi's avatar dongx.yi Committed by Tomasz Zawadzki
Browse files

perf: Unify the unit name of IOPS.



There's one left has not been changed.
That's be ignored ever.
Change IO/s to IOPS.

Signed-off-by: default avatardongx.yi <dongx.yi@intel.com>
Change-Id: I1555cc02644b238e8d4fece31f932a480c20121d
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/478399


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarAlexey Marchuk <alexeymar@mellanox.com>
Reviewed-by: default avatarShuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
parent 926ea79a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1040,7 +1040,7 @@ print_periodic_performance(void)
	}

	mb_this_second = (double)io_this_second * g_io_size_bytes / (1024 * 1024);
	printf("%9ju IO/s, %8.2f MiB/s\r", io_this_second, mb_this_second);
	printf("%9ju IOPS, %8.2f MiB/s\r", io_this_second, mb_this_second);
	fflush(stdout);
}