summaryrefslogtreecommitdiffstats
path: root/sbin/nvmecontrol/perftest.c
diff options
context:
space:
mode:
authorjimharris <jimharris@FreeBSD.org>2013-11-01 22:05:29 +0000
committerjimharris <jimharris@FreeBSD.org>2013-11-01 22:05:29 +0000
commit638421c570b9948832934007ce56e3ffd5aec8ad (patch)
tree4d9147677287112216748a5b6c49f0785675242b /sbin/nvmecontrol/perftest.c
parent03e308ec327db992c45a3a52eea1413750bbeda5 (diff)
downloadFreeBSD-src-638421c570b9948832934007ce56e3ffd5aec8ad.zip
FreeBSD-src-638421c570b9948832934007ce56e3ffd5aec8ad.tar.gz
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
Diffstat (limited to 'sbin/nvmecontrol/perftest.c')
-rw-r--r--sbin/nvmecontrol/perftest.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/nvmecontrol/perftest.c b/sbin/nvmecontrol/perftest.c
index 15e4975..cc91198 100644
--- a/sbin/nvmecontrol/perftest.c
+++ b/sbin/nvmecontrol/perftest.c
@@ -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
OpenPOWER on IntegriCloud