backend: tweaks to missed rate thinktime
authorJens Axboe <axboe@kernel.dk>
Tue, 19 Dec 2017 17:17:41 +0000 (10:17 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 19 Dec 2017 17:17:41 +0000 (10:17 -0700)
shimrot says:

"May I suggest a tweak to the backend.c::handle_thinktime calculation of
"over"? That is, adjust based on the rate per byte similar to what
you've done. That is, if thinktime is greater than one op worth of
bytes, then subtract one op worth of bytes. But, if think time is
greater than one ops worth, instead add the missing the number of bytes
a full op would have exceeded the think time."

See: https://github.com/axboe/fio/issues/497#issuecomment-352816955

Signed-off-by: Jens Axboe <axboe@kernel.dk>

No differences found