]> www.infradead.org Git - users/sagi/blktests.git/commitdiff
block/006: use _fio_perf to get perf results
authorJens Axboe <axboe@kernel.dk>
Wed, 21 Jun 2017 15:16:51 +0000 (09:16 -0600)
committerOmar Sandoval <osandov@fb.com>
Mon, 26 Jun 2017 20:41:41 +0000 (13:41 -0700)
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>
tests/block/006

index 86f4845f2d73e82ff653b6d8774a200c17350d6c..18e31cbf3809eab7cc89dba112844496c6a454d2 100755 (executable)
@@ -39,11 +39,11 @@ test() {
        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