Enhance the stability of lmbench-mem

This commit is contained in:
Fabing Li
2024-08-16 16:19:51 +08:00
committed by Tate, Hongliang Tian
parent c44447d54b
commit 36a2f40d07
6 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
{
"alert_threshold": "125%",
"alert_tool": "customBiggerIsBetter",
"search_pattern": "134.22",
"search_pattern": "536.87",
"result_index": "2",
"description": "The memory bandwidth for copying 128 MB of data on a single processor using the fcp (fast copy) method."
"description": "The memory bandwidth for copying 512 MB of data on a single processor using the fcp (fast copy) method."
}

View File

@ -6,4 +6,4 @@ set -e
echo "*** Running the LMbench memory-copy bandwidth test ***"
/benchmark/bin/lmbench/bw_mem -P 1 128m fcp
/benchmark/bin/lmbench/bw_mem -P 1 -N 50 512m fcp

View File

@ -1,7 +1,7 @@
{
"alert_threshold": "125%",
"alert_tool": "customBiggerIsBetter",
"search_pattern": "268.44",
"search_pattern": "536.87",
"result_index": "2",
"description": "The memory bandwidth for reading 256 MB of data on a single processor."
"description": "The memory bandwidth for reading 512 MB of data on a single processor."
}

View File

@ -6,4 +6,4 @@ set -e
echo "*** Running the LMbench memory-read bandwidth test ***"
/benchmark/bin/lmbench/bw_mem -P 1 256m frd
/benchmark/bin/lmbench/bw_mem -P 1 -N 50 512m frd

View File

@ -1,7 +1,7 @@
{
"alert_threshold": "125%",
"alert_tool": "customBiggerIsBetter",
"search_pattern": "268.44",
"search_pattern": "536.87",
"result_index": "2",
"description": "The memory bandwidth for writing 256 MB of data on a single processor using the fwr (fast write) method."
"description": "The memory bandwidth for writing 512 MB of data on a single processor using the fwr (fast write) method."
}

View File

@ -6,4 +6,4 @@ set -e
echo "*** Running the LMbench memory-write bandwidth test ***"
/benchmark/bin/lmbench/bw_mem -P 1 256m fwr
/benchmark/bin/lmbench/bw_mem -P 1 -N 50 512m fwr