mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-27 11:23:25 +00:00
Reorganize benchmark structure
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
969ac97144
commit
5d1c16896a
16
test/benchmark/lmbench/tcp_loopback_lat/bench_result.json
Normal file
16
test/benchmark/lmbench/tcp_loopback_lat/bench_result.json
Normal 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}"
|
||||
}
|
||||
}
|
@ -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"
|
||||
}
|
@ -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"
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user