Stabilize the benchmark results of FIO

This commit is contained in:
Shaowei Song 2024-11-20 05:23:11 +00:00 committed by Tate, Hongliang Tian
parent 1fac737646
commit b88675c4e9
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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