summaryrefslogtreecommitdiff
path: root/examples/aio-read.fio
diff options
context:
space:
mode:
Diffstat (limited to 'examples/aio-read.fio')
-rw-r--r--examples/aio-read.fio20
1 files changed, 0 insertions, 20 deletions
diff --git a/examples/aio-read.fio b/examples/aio-read.fio
deleted file mode 100644
index 173a4e1f..00000000
--- a/examples/aio-read.fio
+++ /dev/null
@@ -1,20 +0,0 @@
-; Read 4 files with aio at different depths
-[global]
-ioengine=libaio
-buffered=0
-rw=randread
-bs=128k
-size=512m
-directory=/data1
-
-[file1]
-iodepth=4
-
-[file2]
-iodepth=32
-
-[file3]
-iodepth=8
-
-[file4]
-iodepth=16