engines/http: set FIO_SYNCIO flag
authorVincent Fu <vincent.fu@wdc.com>
Tue, 9 Jul 2019 14:54:40 +0000 (10:54 -0400)
committerJens Axboe <axboe@kernel.dk>
Tue, 9 Jul 2019 14:55:31 +0000 (08:55 -0600)
commitf32a30d4c4eb2490b5c1bdac9ae3c2fc7a7ab20e
tree09b2cc79ddb1cfe61826ce328cb73ce07142057d
parent04ba61dfa67784d4dfcc22a2b3de7ede28e22e40
engines/http: set FIO_SYNCIO flag

This ioengine carries out synchronous operations. So the FIO_SYNCIO flag
needs to be set in order for latencies to be calculated correctly.

Fixes: https://github.com/axboe/fio/issues/797
Signed-off-by: Jens Axboe <axboe@kernel.dk>
engines/http.c