mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-18 20:16:42 +00:00
Enhance UI and functionality for benchmark
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
20a856b07f
commit
c43c07c9fb
@ -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."
|
||||
}
|
@ -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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user