Fix pipe test

This commit is contained in:
Yuke Peng
2024-08-02 21:40:40 +08:00
committed by Tate, Hongliang Tian
parent 2aaf08e2dc
commit df996c04f5
3 changed files with 10 additions and 6 deletions

View File

@ -1,5 +1,7 @@
{
"alert_threshold": "125%",
"pattern": "Pipe bandwidth",
"field": "3"
"alert_tool": "customBiggerIsBetter",
"search_pattern": "Pipe bandwidth",
"result_index": "3",
"description": "The bandwidth of pipe on a single processor."
}

View File

@ -1,5 +1,7 @@
{
"alert_threshold": "125%",
"pattern": "Pipe latency",
"field": "3"
"alert_tool": "customSmallerIsBetter",
"search_pattern": "Pipe latency",
"result_index": "3",
"description": "The latency of pipe on a single processor."
}

View File

@ -1,13 +1,13 @@
[
{
"name": "Average pipe latency on Linux",
"unit": "ms",
"unit": "µs",
"value": 0,
"extra": "linux_avg"
},
{
"name": "Average pipe latency on Asterinas",
"unit": "ms",
"unit": "µs",
"value": 0,
"extra": "aster_avg"
}