We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0f6467 commit af06507Copy full SHA for af06507
internal/script/script_defs.go
@@ -1174,7 +1174,7 @@ sync
1174
# single-threaded read & write bandwidth test
1175
fio --name=bandwidth --directory=$test_dir --numjobs=$numjobs \
1176
--size="$file_size_g"G --time_based --runtime=$runtime --ramp_time=$ramp_time --ioengine=$ioengine \
1177
---direct=1 --verify=0 --bs=1M --iodepth=64 --rw=rw \
+--direct=1 --verify=0 --bs=1M --iodepth=1 --rw=rw \
1178
--group_reporting=1 --iodepth_batch_submit=64 \
1179
--iodepth_batch_complete_max=64
1180
rm -rf $test_dir
0 commit comments