test: add latency test using posixaio ioengine
[fio.git] / t / jobs / t0017.fio
diff --git a/t/jobs/t0017.fio b/t/jobs/t0017.fio
new file mode 100644 (file)
index 0000000..14486d9
--- /dev/null
@@ -0,0 +1,9 @@
+# Expected result: mean(slat) + mean(clat) = mean(lat)
+# Buggy result: equality does not hold
+# This is similar to t0015 and t0016 except that is uses posixaio which is
+# available on more platforms and does not have a commit hook
+
+[test]
+ioengine=posixaio
+size=1M
+iodepth=16