mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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:
parent
2fda6dbc97
commit
f97bf48a87
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue