Merge branch 'nvme/support-sync-fua-for-iouring-v2' of https://github.com/minwooim/fio
[fio.git] / t / jobs / t0012.fio
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.
5 #
6
7 [global]
8 bs=4k
9 ioengine=null
10 size=100g
11 runtime=12
12 flow_id=1
13 flow_sleep=100
14 thread
15 log_avg_msec=1000
16 write_iops_log=t0012.fio
17
18 [flow1]
19 flow=1
20
21 [flow2]
22 flow=5
23
24 [flow3]
25 flow=10