Do not exit with error status after printing data for perftest.

Sponsored by:	Intel
Reported by:	Joe Golio <joseph.golio@emc.com>
MFC after:	3 days
This commit is contained in:
Jim Harris 2013-11-01 22:05:29 +00:00
parent 2fda6dbc97
commit f97bf48a87

View file

@ -64,8 +64,6 @@ print_perftest(struct nvme_io_test *io_test, bool perthread)
for (i = 0; i < io_test->num_threads; i++)
printf("\t%3d: %8ju IO/s\n", i,
(uintmax_t)io_test->io_completed[i]/io_test->time);
exit(1);
}
static void