From: Jens Axboe Date: Wed, 21 Jun 2017 15:16:51 +0000 (-0600) Subject: block/006: use _fio_perf to get perf results X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=33ac65de967b634deba9f56a1e6768ee71a02db7;p=users%2Fsagi%2Fblktests.git block/006: use _fio_perf to get perf results 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 --- diff --git a/tests/block/006 b/tests/block/006 index 86f4845..18e31cb 100755 --- a/tests/block/006 +++ b/tests/block/006 @@ -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