summaryrefslogtreecommitdiff
path: root/benches/dio-randrw
diff options
context:
space:
mode:
Diffstat (limited to 'benches/dio-randrw')
-rwxr-xr-xbenches/dio-randrw7
1 files changed, 5 insertions, 2 deletions
diff --git a/benches/dio-randrw b/benches/dio-randrw
index f39439e..aca3c11 100755
--- a/benches/dio-randrw
+++ b/benches/dio-randrw
@@ -6,6 +6,9 @@ fio --group_reporting \
--name=dio-randrw \
--ioengine=libaio \
--direct=1 \
- --iodepth=60 \
+ --iodepth=32 \
+ --iodepth_batch_complete_min=1 \
+ --iodepth_batch_complete_max=64 \
--rw=randrw \
- --blocksize=4k
+ --blocksize=4k \
+ --cpus_allowed=0