Reorganize benchmark structure

This commit is contained in:
Fabing Li
2024-12-11 09:55:39 +00:00
committed by Tate, Hongliang Tian
parent 969ac97144
commit 5d1c16896a
171 changed files with 1162 additions and 1432 deletions

View File

@ -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}"
}
}

View File

@ -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)"
}

View File

@ -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"
}
]