From b88675c4e9edcd4a667740e1428a4e1f768f964e Mon Sep 17 00:00:00 2001 From: Shaowei Song Date: Wed, 20 Nov 2024 05:23:11 +0000 Subject: [PATCH] Stabilize the benchmark results of FIO --- test/benchmark/fio/ext2_iommu_seq_read_bw/run.sh | 2 +- test/benchmark/fio/ext2_iommu_seq_write_bw/run.sh | 2 +- test/benchmark/fio/ext2_seq_read_bw/run.sh | 2 +- test/benchmark/fio/ext2_seq_write_bw/run.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/benchmark/fio/ext2_iommu_seq_read_bw/run.sh b/test/benchmark/fio/ext2_iommu_seq_read_bw/run.sh index fdf4c42d6..dc27dbaa7 100644 --- a/test/benchmark/fio/ext2_iommu_seq_read_bw/run.sh +++ b/test/benchmark/fio/ext2_iommu_seq_read_bw/run.sh @@ -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 \ No newline at end of file +-time_based=1 -ramp_time=60 -runtime=100 \ No newline at end of file diff --git a/test/benchmark/fio/ext2_iommu_seq_write_bw/run.sh b/test/benchmark/fio/ext2_iommu_seq_write_bw/run.sh index f6c22fa8b..cabf3b128 100644 --- a/test/benchmark/fio/ext2_iommu_seq_write_bw/run.sh +++ b/test/benchmark/fio/ext2_iommu_seq_write_bw/run.sh @@ -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 \ No newline at end of file +-time_based=1 -ramp_time=60 -runtime=100 \ No newline at end of file diff --git a/test/benchmark/fio/ext2_seq_read_bw/run.sh b/test/benchmark/fio/ext2_seq_read_bw/run.sh index fdf4c42d6..dc27dbaa7 100644 --- a/test/benchmark/fio/ext2_seq_read_bw/run.sh +++ b/test/benchmark/fio/ext2_seq_read_bw/run.sh @@ -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 \ No newline at end of file +-time_based=1 -ramp_time=60 -runtime=100 \ No newline at end of file diff --git a/test/benchmark/fio/ext2_seq_write_bw/run.sh b/test/benchmark/fio/ext2_seq_write_bw/run.sh index f6c22fa8b..cabf3b128 100644 --- a/test/benchmark/fio/ext2_seq_write_bw/run.sh +++ b/test/benchmark/fio/ext2_seq_write_bw/run.sh @@ -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 \ No newline at end of file +-time_based=1 -ramp_time=60 -runtime=100 \ No newline at end of file