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