fio: add check rate flag
authorJens Axboe <axboe@kernel.dk>
Thu, 30 Nov 2017 17:59:25 +0000 (10:59 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 30 Nov 2017 17:59:25 +0000 (10:59 -0700)
commit5c81ff5e2642b5891307c02d5a7aa8d2b08715ab
treeaf4810d17e0709b1cb6241f919fa79c32c5ff1a3
parent319b073fda497d15183d7927a26c3612d3e210ec
fio: add check rate flag

One of the things we do a lot for each IO, is check if we should be
checking the rate. Add a specific flag for that case, so we can answer
that question very cheaply.

This is good for more than a 5% speedup for a null engine test case.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fio.h
init.c