blob: 09861f7f18c50851b204a2cffec8579f601d8b15 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Expected results: no parse warnings, runs and with roughly 1/8 iops between
# the two jobs.
# Buggy result: parse warning on flow value overflow, no 1/8 division between
jobs.
#
[global]
bs=4k
ioengine=null
size=100g
runtime=3
flow_id=1
[flow1]
flow=-8
rate_iops=1000
[flow2]
flow=1
|