mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-23 17:33:23 +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": "Process fork\\+\\/bin\\/sh",
|
||||
"field": "4"
|
||||
"alert_tool": "customSmallerIsBetter",
|
||||
"search_pattern": "Process fork\\+\\/bin\\/sh",
|
||||
"result_index": "4",
|
||||
"description": "The latency of creating and executing a shell process on a single processor."
|
||||
}
|
||||
|
@ -1,13 +1,13 @@
|
||||
[
|
||||
{
|
||||
"name": "Average shell latency on Linux",
|
||||
"unit": "ms",
|
||||
"unit": "µs",
|
||||
"value": 0,
|
||||
"extra": "linux_avg"
|
||||
},
|
||||
{
|
||||
"name": "Average shell latency on Asterinas",
|
||||
"unit": "ms",
|
||||
"unit": "µs",
|
||||
"value": 0,
|
||||
"extra": "aster_avg"
|
||||
}
|
||||
|
Reference in New Issue
Block a user