blob: 670e8b355bc6760998ac45a7ab0bf062cd8359ab [file] [log] [blame]
koder aka kdanilovb896f692015-04-07 14:57:55 +03001[defaults]
2NUM_ROUNDS=7
3
koder aka kdanilov416b87a2015-05-12 00:26:04 +03004# this is critical for correct results in multy-node run
5randrepeat=0
6
koder aka kdanilovb896f692015-04-07 14:57:55 +03007ramp_time=5
8buffered=0
9wait_for_previous
10filename={FILENAME}
11iodepth=1
koder aka kdanilovbe8f89f2015-04-28 14:51:51 +030012size=10G
koder aka kdanilovb896f692015-04-07 14:57:55 +030013time_based
koder aka kdanilov416b87a2015-05-12 00:26:04 +030014ramp_time=5
koder aka kdanilovb896f692015-04-07 14:57:55 +030015runtime=30
16
17# ---------------------------------------------------------------------
18# check read and write linearity. oper_time = func(size)
19# ---------------------------------------------------------------------
20[linearity_test_{TEST_SUMM} * {NUM_ROUNDS}]
21blocksize={% 512, 1k, 4k, 8k, 16k, 32k, 64k, 128k, 256k, 512k, 1m, 2m, 4m %}
22rw={% randwrite, randread %}
23direct=1
24
25# ---------------------------------------------------------------------
26# check sync write linearity. oper_time = func(size)
27# check sync BW as well
28# ---------------------------------------------------------------------
29[linearity_test_{TEST_SUMM} * {NUM_ROUNDS}]
30blocksize={% 512, 1k, 4k, 8k, 16k, 32k, 64k, 128k, 256k, 512k, 1m, 2m, 4m %}
31rw=randwrite
32sync=1
33