mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-26 02:43:24 +00:00
Reorganize benchmark structure
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
969ac97144
commit
5d1c16896a
@ -0,0 +1,16 @@
|
||||
{
|
||||
"alert": {
|
||||
"threshold": "125%",
|
||||
"bigger_is_better": false
|
||||
},
|
||||
"result_extraction": {
|
||||
"search_pattern": "Select on 200 tcp fd's:",
|
||||
"result_index": 6
|
||||
},
|
||||
"chart": {
|
||||
"title": "[Network] The cost of select (TCP fds)",
|
||||
"description": "lat_select",
|
||||
"unit": "\u00b5s",
|
||||
"legend": "Average select TCP latency on {system}"
|
||||
}
|
||||
}
|
@ -1,8 +0,0 @@
|
||||
{
|
||||
"alert_threshold": "125%",
|
||||
"alert_tool": "customSmallerIsBetter",
|
||||
"search_pattern": "Select on 200 tcp fd's:",
|
||||
"result_index": "6",
|
||||
"description": "lat_select",
|
||||
"title": "[Network] The cost of select (TCP fds)"
|
||||
}
|
@ -1,14 +0,0 @@
|
||||
[
|
||||
{
|
||||
"name": "Average select TCP latency on Linux",
|
||||
"unit": "µs",
|
||||
"value": 0,
|
||||
"extra": "linux_result"
|
||||
},
|
||||
{
|
||||
"name": "Average select TCP latency on Asterinas",
|
||||
"unit": "µs",
|
||||
"value": 0,
|
||||
"extra": "aster_result"
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user