summaryrefslogtreecommitdiff
path: root/benches/dio-randread-multithreaded
diff options
context:
space:
mode:
Diffstat (limited to 'benches/dio-randread-multithreaded')
-rwxr-xr-xbenches/dio-randread-multithreaded12
1 files changed, 12 insertions, 0 deletions
diff --git a/benches/dio-randread-multithreaded b/benches/dio-randread-multithreaded
new file mode 100755
index 0000000..ea7b2f0
--- /dev/null
+++ b/benches/dio-randread-multithreaded
@@ -0,0 +1,12 @@
+#!/bin/bash
+
+fio --group_reporting \
+ --runtime=210 \
+ --size=8G \
+ --name=dio-randread \
+ --ioengine=libaio \
+ --direct=1 \
+ --iodepth=64 \
+ --rw=randread \
+ --blocksize=4k \
+ --numjobs=6