io/examples/fio-seq-read: use direct=1
authorJens Axboe <axboe@kernel.dk>
Wed, 10 Jan 2018 15:30:07 +0000 (08:30 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 10 Jan 2018 15:30:07 +0000 (08:30 -0700)
It's confusing to use direct=0 with libaio, since that isn't
queued.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
examples/fio-seq-read.job

index 74b1b3086d6130e9f62fb77a396c031afbf658ca..28de93c86cb3fd9ccb8b700921260cf211f37d2a 100644 (file)
@@ -3,7 +3,7 @@ name=fio-seq-reads
 filename=fio-seq-reads
 rw=read
 bs=256K
-direct=0
+direct=1
 numjobs=1
 time_based=1
 runtime=900