Stabilize some benchmark results

This commit is contained in:
Yuke Peng 2024-09-25 14:05:27 +08:00 committed by Tate, Hongliang Tian
parent f2af6136da
commit 3929ea8c86
7 changed files with 7 additions and 7 deletions

View File

@ -7,4 +7,4 @@ set -e
echo "*** Running the LMbench mmap bandwidth test ***"
dd if=/dev/zero of=/ext2/test_file bs=1M count=256
/benchmark/bin/lmbench/bw_mmap_rd 256m mmap_only /ext2/test_file
/benchmark/bin/lmbench/bw_mmap_rd -W 30 -N 300 256m mmap_only /ext2/test_file

View File

@ -6,4 +6,4 @@ set -e
echo "*** Running the LMbench file system create/delete test (Ramfs) ***"
/benchmark/bin/lmbench/lat_fs -s 0k -P 1
/benchmark/bin/lmbench/lat_fs -s 0k -P 1 -W 30 -N 200

View File

@ -6,4 +6,4 @@ set -e
echo "*** Running the LMbench file system create/delete test (Ramfs) ***"
/benchmark/bin/lmbench/lat_fs -s 10k -P 1
/benchmark/bin/lmbench/lat_fs -s 10k -P 1 -W 30 -N 300

View File

@ -6,4 +6,4 @@ set -e
echo "*** Running the LMbench semaphore latency test ***"
/benchmark/bin/lmbench/lat_sem -P 1
/benchmark/bin/lmbench/lat_sem -P 1 -N 21

View File

@ -7,4 +7,4 @@ set -e
echo "*** Running the LMbench protection fault latency test ***"
dd if=/dev/zero of=/ext2/test_file bs=1M count=256
/benchmark/bin/lmbench/lat_sig -N 100 prot /ext2/test_file
/benchmark/bin/lmbench/lat_sig -W 30 -N 300 prot /ext2/test_file

View File

@ -6,4 +6,4 @@ set -e
echo "*** Running lmbench-fcntl ***"
/benchmark/bin/lmbench/lat_fcntl -P 1
/benchmark/bin/lmbench/lat_fcntl -P 1 -W 30 -N 200

View File

@ -7,4 +7,4 @@ set -e
echo "*** Running the LMbench file read bandwidth test ***"
dd if=/dev/zero of=/ext2/test_file bs=1M count=512
/benchmark/bin/lmbench/bw_file_rd -P 1 512m io_only /ext2/test_file
/benchmark/bin/lmbench/bw_file_rd -P 1 -W 30 -N 300 512m io_only /ext2/test_file