blob: 04d5f9724d892df1e8d0d13588640255dd987b4f [file] [log] [blame]
koder aka kdanilov4af1c1d2015-05-18 15:48:58 +03001[global]
kdanylov aka koder8f8e3ba2018-06-29 13:18:56 +03002include defaults_qd.cfg
koder aka kdanilov88407ff2015-05-26 15:35:57 +03003direct=1
koder aka kdanilov416b87a2015-05-12 00:26:04 +03004ramp_time=5
koder aka kdanilovb896f692015-04-07 14:57:55 +03005runtime=30
koder aka kdanilovfd2cfa52015-05-20 03:17:42 +03006BLOCK_SIZES={% 512,1k,2k,4k,8k,16k,32k,128k,256k,512k,1m %}
koder aka kdanilovb896f692015-04-07 14:57:55 +03007
8# ---------------------------------------------------------------------
9# check read and write linearity. oper_time = func(size)
10# ---------------------------------------------------------------------
koder aka kdanilov88407ff2015-05-26 15:35:57 +030011[linearity_test_{TEST_SUMM}]
12blocksize={BLOCK_SIZES}
13rw=randread
kdanylov aka koder8f8e3ba2018-06-29 13:18:56 +030014iodepth=4
koder aka kdanilovb896f692015-04-07 14:57:55 +030015
16# ---------------------------------------------------------------------
17# check sync write linearity. oper_time = func(size)
18# check sync BW as well
19# ---------------------------------------------------------------------
koder aka kdanilov4af1c1d2015-05-18 15:48:58 +030020[linearity_test_{TEST_SUMM}]
21blocksize={BLOCK_SIZES}
koder aka kdanilovb896f692015-04-07 14:57:55 +030022rw=randwrite
23sync=1