The tests flags us as being interested in seeing the read iops,
but it needs to use _fio_perf to get that, instead of _run_fio.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fi
# run sync test
- _run_fio --bs=4k --ioengine=sync --rw=randread --norandommap --name=sync \
+ _fio_perf --bs=4k --ioengine=sync --rw=randread --norandommap --name=sync \
--filename=/dev/nullb0 --size=5g --direct=1
# run async test
- _run_fio --bs=4k --ioengine=libaio --iodepth=8 --numjobs=4 \
+ _fio_perf --bs=4k --ioengine=libaio --iodepth=8 --numjobs=4 \
--rw=randread --norandommap --name=async \
--filename=/dev/nullb0 --size=5g --direct=1