| [global] |
| |
| include defaults.cfg |
| NUM_ROUNDS=7 |
| |
| size={TEST_FILE_SIZE} |
| ramp_time=5 |
| runtime=30 |
| BLOCK_SIZES={% 512,1k,2k,4k,8k,16k,32k,128k,256k,512k,1m %} |
| |
| # --------------------------------------------------------------------- |
| # check read and write linearity. oper_time = func(size) |
| # --------------------------------------------------------------------- |
| # [linearity_test_{TEST_SUMM}] |
| # blocksize={BLOCK_SIZES} |
| # rw={% randwrite, randread %} |
| # direct=1 |
| |
| # --------------------------------------------------------------------- |
| # check sync write linearity. oper_time = func(size) |
| # check sync BW as well |
| # --------------------------------------------------------------------- |
| [linearity_test_{TEST_SUMM}] |
| blocksize={BLOCK_SIZES} |
| rw=randwrite |
| sync=1 |
| |