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