t/nvmept_trim: increase transfer size for some tests
[fio.git] / t / jobs / t0012.fio
CommitLineData
d4e74fda
DB
1# Expected results: no parse warnings, runs and with roughly 1:5:10 iops
2# between the three jobs.
3# Buggy result: parse warning on flow value overflow, no 1:5:10 division
4# between jobs.
0a602473
BVA
5#
6
7[global]
8bs=4k
9ioengine=null
10size=100g
d4e74fda 11runtime=12
0a602473 12flow_id=1
d4e74fda
DB
13flow_sleep=100
14thread
15log_avg_msec=1000
16write_iops_log=t0012.fio
afdde534 17time_based
0a602473
BVA
18
19[flow1]
d4e74fda 20flow=1
0a602473
BVA
21
22[flow2]
d4e74fda
DB
23flow=5
24
25[flow3]
26flow=10