t/io_uring: remove extra add_stat() call
authorJens Axboe <axboe@kernel.dk>
Mon, 4 Oct 2021 18:33:40 +0000 (12:33 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 4 Oct 2021 18:33:40 +0000 (12:33 -0600)
commitceb4b719278dd54722cec3f2c0c64e01059d80f0
tree6c4457092ae78460beb169125da270c0a5b23d6d
parentca4eefc1b55d7f9fc03bf113d63e3d0b2d7b38ae
t/io_uring: remove extra add_stat() call

If we're batching the stat updates, it's incorrect to add the individual
stat. Would have skewed the percentiles, and make -t1 run slower than it
otherwise would have.

Fixes: ab85494f8bf0 ("t/io_uring: batch stat updates")
Signed-off-by: Jens Axboe <axboe@kernel.dk>
t/io_uring.c