Merge branch 'atomic-writes'
[fio.git] / t / jobs / t0012.fio
index 03fea627d4b5796a873a1c7c08972c9fb0de8b20..e01d2b01b610caf00e806f5d3074479a240ccdd3 100644 (file)
@@ -1,20 +1,26 @@
-# 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.
+# Expected results: no parse warnings, runs and with roughly 1:5:10 iops
+#                      between the three jobs.
+# Buggy result: parse warning on flow value overflow, no 1:5:10 division
+#                      between jobs.
 #
 
 [global]
 bs=4k
 ioengine=null
 size=100g
-runtime=10
+runtime=12
 flow_id=1
-gtod_cpu=1
+flow_sleep=100
+thread
+log_avg_msec=1000
+write_iops_log=t0012.fio
+time_based
 
 [flow1]
-flow=-8
-rate_iops=1000
+flow=1
 
 [flow2]
-flow=1
+flow=5
+
+[flow3]
+flow=10