Stabilize the benchmark results of FIO
This commit is contained in:
parent
1fac737646
commit
b88675c4e9
|
|
@ -9,4 +9,4 @@ echo "*** Running the FIO sequential read test (Ext2) ***"
|
|||
/benchmark/bin/fio -rw=read -filename=/ext2/fio-test -name=seqread \
|
||||
-size=1G -bs=1M \
|
||||
-ioengine=sync -direct=1 -numjobs=1 -fsync_on_close=1 \
|
||||
-time_based=1 -runtime=60
|
||||
-time_based=1 -ramp_time=60 -runtime=100
|
||||
|
|
@ -9,4 +9,4 @@ echo "*** Running the FIO sequential write test (Ext2) ***"
|
|||
/benchmark/bin/fio -rw=write -filename=/ext2/fio-test -name=seqwrite \
|
||||
-size=1G -bs=1M \
|
||||
-ioengine=sync -direct=1 -numjobs=1 -fsync_on_close=1 \
|
||||
-time_based=1 -runtime=60
|
||||
-time_based=1 -ramp_time=60 -runtime=100
|
||||
|
|
@ -9,4 +9,4 @@ echo "*** Running the FIO sequential read test (Ext2) ***"
|
|||
/benchmark/bin/fio -rw=read -filename=/ext2/fio-test -name=seqread \
|
||||
-size=1G -bs=1M \
|
||||
-ioengine=sync -direct=1 -numjobs=1 -fsync_on_close=1 \
|
||||
-time_based=1 -runtime=60
|
||||
-time_based=1 -ramp_time=60 -runtime=100
|
||||
|
|
@ -9,4 +9,4 @@ echo "*** Running the FIO sequential write test (Ext2) ***"
|
|||
/benchmark/bin/fio -rw=write -filename=/ext2/fio-test -name=seqwrite \
|
||||
-size=1G -bs=1M \
|
||||
-ioengine=sync -direct=1 -numjobs=1 -fsync_on_close=1 \
|
||||
-time_based=1 -runtime=60
|
||||
-time_based=1 -ramp_time=60 -runtime=100
|
||||
Loading…
Reference in New Issue