Loading
bdevperf/nvme_perf/hello_world: Add fflush(stdout)
In case the app hangs in cleanup/fini, most likely stdout will not get printed out (buffered) therefore no logs will be visible. This change shouldn't harm performance as fflush() is performed after the test itself. Change-Id: I7d12ae037de5b686c776de8d66c5cbec5df6a544 Signed-off-by:Wojciech Panfil <wojciech.panfil@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/23022 Reviewed-by:
Konrad Sztyber <konrad.sztyber@intel.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Jacek Kalwas <jacek.kalwas@intel.com> Reviewed-by:
Jim Harris <jim.harris@samsung.com> Community-CI: Mellanox Build Bot