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 5a6f181 commit 358ae3aCopy full SHA for 358ae3a
test-local.sh
@@ -2,6 +2,6 @@
2
3
mkdir -p /tmp/fiotest
4
5
-/opt/homebrew/bin/fio --name=write_throughput --directory=/tmp/fiotest --numjobs=8 --size=10G --time_based --runtime=60s --ramp_time=2s --direct=1 --verify=0 --bs=1M --iodepth=64 --rw=write --group_reporting=1
+/opt/homebrew/bin/fio --name=write_throughput --directory=/tmp/fiotest --numjobs=4 --size=10G --time_based --runtime=60s --ramp_time=2s --direct=1 --verify=0 --bs=1M --iodepth=64 --rw=write --group_reporting=1
6
7
rm -rf /tmp/fiotest
0 commit comments