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