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%", "alert_threshold": "125%",
"pattern": "Pipe bandwidth", "alert_tool": "customBiggerIsBetter",
"field": "3" "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%", "alert_threshold": "125%",
"pattern": "Pipe latency", "alert_tool": "customSmallerIsBetter",
"field": "3" "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", "name": "Average pipe latency on Linux",
"unit": "ms", "unit": "µs",
"value": 0, "value": 0,
"extra": "linux_avg" "extra": "linux_avg"
}, },
{ {
"name": "Average pipe latency on Asterinas", "name": "Average pipe latency on Asterinas",
"unit": "ms", "unit": "µs",
"value": 0, "value": 0,
"extra": "aster_avg" "extra": "aster_avg"
} }