mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-09 05:16:47 +00:00
Stabilize some benchmark results
This commit is contained in:
parent
f2af6136da
commit
3929ea8c86
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user