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