Adjust the test parameters in lmbench mmap/pagefault tests

This commit is contained in:
Chen Chengjun 2024-09-12 20:03:44 +08:00 committed by Tate, Hongliang Tian
parent 1fb34780f6
commit 6645220810
3 changed files with 4 additions and 4 deletions

View File

@ -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."
}

View File

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

View 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