mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-24 18:03:25 +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": "150%",
|
||||
"pattern": "Simple write:",
|
||||
"field": "3"
|
||||
"alert_tool": "customSmallerIsBetter",
|
||||
"search_pattern": "Simple write:",
|
||||
"result_index": "3",
|
||||
"description": "The latency of the write system call on a single processor."
|
||||
}
|
||||
|
@ -1,13 +1,13 @@
|
||||
[
|
||||
{
|
||||
"name": "Average write latency on Linux",
|
||||
"unit": "ms",
|
||||
"unit": "µs",
|
||||
"value": 0,
|
||||
"extra": "linux_avg"
|
||||
},
|
||||
{
|
||||
"name": "Average write latency on Asterinas",
|
||||
"unit": "ms",
|
||||
"unit": "µs",
|
||||
"value": 0,
|
||||
"extra": "aster_avg"
|
||||
}
|
||||
|
Reference in New Issue
Block a user