t/io_uring: don't append 'K' to IOPS if we don't divide by 1000
authorJens Axboe <axboe@kernel.dk>
Wed, 13 Oct 2021 12:17:44 +0000 (06:17 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 13 Oct 2021 12:17:44 +0000 (06:17 -0600)
commit53b5fa1ea4f821899440637ab632ce0e1687c916
treed65db796ee6c7abb4e66dff355bcc9e86c2f3ec8
parent702b0be2fe3b6cf5b3556920edaf0637a33b36e1
t/io_uring: don't append 'K' to IOPS if we don't divide by 1000

Impressive two errors in that silly change.

Reported-by: Erwan Velu <erwanaliasr1@gmail.com>
Fixes: dc10c23ab9a7 ("t/io_uring: show IOPS in increments of 1000 IOPS if necessary")
Signed-off-by: Jens Axboe <axboe@kernel.dk>
t/io_uring.c