Enhance UI and functionality for benchmark

This commit is contained in:
Fabing Li
2024-08-02 13:44:43 +08:00
committed by Tate, Hongliang Tian
parent 20a856b07f
commit c43c07c9fb
32 changed files with 135 additions and 82 deletions

View File

@ -1,5 +1,7 @@
{
"alert_threshold": "125%",
"pattern": "sock stream latency",
"field": "5"
"alert_tool": "customSmallerIsBetter",
"search_pattern": "sock stream latency",
"result_index": "5",
"description": "The latency of UNIX domain socket communication on a single processor."
}

View File

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