Fix verify random bytes filling
[fio.git] / examples / aio-read
index ed8cb2c4caa18d452cc04b25288c3d05e5434d65..173a4e1f05f0589db6b9404e0aa92a1414719ee1 100644 (file)
@@ -1,18 +1,20 @@
 ; Read 4 files with aio at different depths
 [global]
 ioengine=libaio
+buffered=0
 rw=randread
 bs=128k
 size=512m
+directory=/data1
 
-[/data1/file1]
+[file1]
 iodepth=4
 
-[/data1/file2]
+[file2]
 iodepth=32
 
-[/data1/file3]
+[file3]
 iodepth=8
 
-[/data1/file4]
+[file4]
 iodepth=16