blob: 4017cf3988cc686ef9f9a52365436743179fcfbe [file] [log] [blame]
koder aka kdanilovb896f692015-04-07 14:57:55 +03001[defaults]
2NUM_ROUNDS=7
3
4ramp_time=5
5buffered=0
6wait_for_previous
7filename={FILENAME}
8iodepth=1
9size=10Gb
10time_based
11runtime=30
12
13# ---------------------------------------------------------------------
14# check read and write linearity. oper_time = func(size)
15# ---------------------------------------------------------------------
16[linearity_test_{TEST_SUMM} * {NUM_ROUNDS}]
17blocksize={% 512, 1k, 4k, 8k, 16k, 32k, 64k, 128k, 256k, 512k, 1m, 2m, 4m %}
18rw={% randwrite, randread %}
19direct=1
20
21# ---------------------------------------------------------------------
22# check sync write linearity. oper_time = func(size)
23# check sync BW as well
24# ---------------------------------------------------------------------
25[linearity_test_{TEST_SUMM} * {NUM_ROUNDS}]
26blocksize={% 512, 1k, 4k, 8k, 16k, 32k, 64k, 128k, 256k, 512k, 1m, 2m, 4m %}
27rw=randwrite
28sync=1
29