mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-10 13:56:48 +00:00
Adjust the test parameters in lmbench mmap/pagefault tests
This commit is contained in:
parent
1fb34780f6
commit
6645220810
@ -1,7 +1,7 @@
|
||||
{
|
||||
"alert_threshold": "125%",
|
||||
"alert_tool": "customSmallerIsBetter",
|
||||
"search_pattern": "268.435456",
|
||||
"search_pattern": "4.194304",
|
||||
"result_index": "2",
|
||||
"description": "The latency of mmap on a single processor."
|
||||
}
|
||||
|
@ -6,5 +6,5 @@ set -e
|
||||
|
||||
echo "*** Running the LMbench mmap latency test ***"
|
||||
|
||||
dd if=/dev/zero of=/ext2/test_file bs=1M count=256
|
||||
/benchmark/bin/lmbench/lat_mmap 256m /ext2/test_file
|
||||
dd if=/dev/zero of=/ext2/test_file bs=1M count=4
|
||||
/benchmark/bin/lmbench/lat_mmap 4m /ext2/test_file
|
@ -6,5 +6,5 @@ set -e
|
||||
|
||||
echo "*** Running the LMbench page fault latency test ***"
|
||||
|
||||
dd if=/dev/zero of=/ext2/test_file bs=1M count=256
|
||||
dd if=/dev/zero of=/ext2/test_file bs=1M count=4
|
||||
/benchmark/bin/lmbench/lat_pagefault -P 1 /ext2/test_file
|
Loading…
x
Reference in New Issue
Block a user