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": "TCP latency using 127.0.0.1:",
"result_index": 5
},
"chart": {
"title": "[TCP sockets] The latency of write+read",
"description": "lat_tcp",
"unit": "\u00b5s",
"legend": "Average TCP latency on {system}"
}
}

View File

@ -1,8 +0,0 @@
{
"alert_threshold": "125%",
"alert_tool": "customSmallerIsBetter",
"search_pattern": "TCP latency using 127.0.0.1:",
"result_index": "5",
"description": "lat_tcp",
"title": "[TCP sockets] The latency of write+read"
}

View File

@ -1,14 +0,0 @@
[
{
"name": "Average TCP latency on Linux",
"unit": "µs",
"value": 0,
"extra": "linux_result"
},
{
"name": "Average TCP latency on Asterinas",
"unit": "µs",
"value": 0,
"extra": "aster_result"
}
]