Skip to content

Commit

Permalink
Do not exit with error status after printing data for perftest.
Browse files Browse the repository at this point in the history
Sponsored by:	Intel
Reported by:	Joe Golio <[email protected]>
MFC after:	3 days
  • Loading branch information
jimharris committed Nov 1, 2013
1 parent 03e308e commit 638421c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sbin/nvmecontrol/perftest.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 638421c

Please sign in to comment.