koder aka kdanilov | 4af1c1d | 2015-05-18 15:48:58 +0300 | [diff] [blame] | 1 | [global] |
| 2 | |
| 3 | include defaults.cfg |
koder aka kdanilov | b896f69 | 2015-04-07 14:57:55 +0300 | [diff] [blame] | 4 | NUM_ROUNDS=7 |
| 5 | |
koder aka kdanilov | 4af1c1d | 2015-05-18 15:48:58 +0300 | [diff] [blame] | 6 | size={TEST_FILE_SIZE} |
koder aka kdanilov | 416b87a | 2015-05-12 00:26:04 +0300 | [diff] [blame] | 7 | ramp_time=5 |
koder aka kdanilov | b896f69 | 2015-04-07 14:57:55 +0300 | [diff] [blame] | 8 | runtime=30 |
koder aka kdanilov | fd2cfa5 | 2015-05-20 03:17:42 +0300 | [diff] [blame] | 9 | BLOCK_SIZES={% 512,1k,2k,4k,8k,16k,32k,128k,256k,512k,1m %} |
koder aka kdanilov | b896f69 | 2015-04-07 14:57:55 +0300 | [diff] [blame] | 10 | |
| 11 | # --------------------------------------------------------------------- |
| 12 | # check read and write linearity. oper_time = func(size) |
| 13 | # --------------------------------------------------------------------- |
koder aka kdanilov | 4af1c1d | 2015-05-18 15:48:58 +0300 | [diff] [blame] | 14 | # [linearity_test_{TEST_SUMM}] |
| 15 | # blocksize={BLOCK_SIZES} |
| 16 | # rw={% randwrite, randread %} |
| 17 | # direct=1 |
koder aka kdanilov | b896f69 | 2015-04-07 14:57:55 +0300 | [diff] [blame] | 18 | |
| 19 | # --------------------------------------------------------------------- |
| 20 | # check sync write linearity. oper_time = func(size) |
| 21 | # check sync BW as well |
| 22 | # --------------------------------------------------------------------- |
koder aka kdanilov | 4af1c1d | 2015-05-18 15:48:58 +0300 | [diff] [blame] | 23 | [linearity_test_{TEST_SUMM}] |
| 24 | blocksize={BLOCK_SIZES} |
koder aka kdanilov | b896f69 | 2015-04-07 14:57:55 +0300 | [diff] [blame] | 25 | rw=randwrite |
| 26 | sync=1 |
| 27 | |