blob: 42618d45dd9c3d8683ed9e6cb2a44fe50b1c318f [file] [log] [blame]
koder aka kdanilov4af1c1d2015-05-18 15:48:58 +03001[global]
koder aka kdanilov4af1c1d2015-05-18 15:48:58 +03002include defaults.cfg
koder aka kdanilovb896f692015-04-07 14:57:55 +03003
koder aka kdanilov88407ff2015-05-26 15:35:57 +03004direct=1
koder aka kdanilov416b87a2015-05-12 00:26:04 +03005ramp_time=5
koder aka kdanilovb896f692015-04-07 14:57:55 +03006runtime=30
koder aka kdanilovfd2cfa52015-05-20 03:17:42 +03007BLOCK_SIZES={% 512,1k,2k,4k,8k,16k,32k,128k,256k,512k,1m %}
koder aka kdanilovb896f692015-04-07 14:57:55 +03008
9# ---------------------------------------------------------------------
10# check read and write linearity. oper_time = func(size)
11# ---------------------------------------------------------------------
koder aka kdanilov88407ff2015-05-26 15:35:57 +030012[linearity_test_{TEST_SUMM}]
13blocksize={BLOCK_SIZES}
14rw=randread
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
24