mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-18 03:56:42 +00:00
Enhance the stability of lmbench-mem
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
c44447d54b
commit
36a2f40d07
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"alert_threshold": "125%",
|
"alert_threshold": "125%",
|
||||||
"alert_tool": "customBiggerIsBetter",
|
"alert_tool": "customBiggerIsBetter",
|
||||||
"search_pattern": "134.22",
|
"search_pattern": "536.87",
|
||||||
"result_index": "2",
|
"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."
|
||||||
}
|
}
|
||||||
|
@ -6,4 +6,4 @@ set -e
|
|||||||
|
|
||||||
echo "*** Running the LMbench memory-copy bandwidth test ***"
|
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
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"alert_threshold": "125%",
|
"alert_threshold": "125%",
|
||||||
"alert_tool": "customBiggerIsBetter",
|
"alert_tool": "customBiggerIsBetter",
|
||||||
"search_pattern": "268.44",
|
"search_pattern": "536.87",
|
||||||
"result_index": "2",
|
"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."
|
||||||
}
|
}
|
||||||
|
@ -6,4 +6,4 @@ set -e
|
|||||||
|
|
||||||
echo "*** Running the LMbench memory-read bandwidth test ***"
|
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
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"alert_threshold": "125%",
|
"alert_threshold": "125%",
|
||||||
"alert_tool": "customBiggerIsBetter",
|
"alert_tool": "customBiggerIsBetter",
|
||||||
"search_pattern": "268.44",
|
"search_pattern": "536.87",
|
||||||
"result_index": "2",
|
"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."
|
||||||
}
|
}
|
||||||
|
@ -6,4 +6,4 @@ set -e
|
|||||||
|
|
||||||
echo "*** Running the LMbench memory-write bandwidth test ***"
|
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
|
Reference in New Issue
Block a user