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