mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 19:08:58 +00:00
MFC r257531:
Do not exit with error status after printing data for perftest. Sponsored by: Intel Approved by: re (glebius)
This commit is contained in:
parent
4d62b235d8
commit
06ed23aeb6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=257706
@ -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 New Issue
Block a user