Skip to content

Commit 358ae3a

Browse files
committed
4 jobs
1 parent 5a6f181 commit 358ae3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-local.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
mkdir -p /tmp/fiotest
44

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
5+
/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
66

77
rm -rf /tmp/fiotest

0 commit comments

Comments
 (0)