mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-13 15:26:48 +00:00
Make sysbench configuration compatible with new benchmark framework
This commit is contained in:
parent
18d5eb1f02
commit
1c5666cfa3
@ -1,10 +1,16 @@
|
|||||||
{
|
{
|
||||||
"alert_threshold": "130%",
|
"alert": {
|
||||||
"alert_tool": "customSmallerIsBetter",
|
"threshold": "130%",
|
||||||
"search_pattern": "avg:",
|
"bigger_is_better": false
|
||||||
"result_index": "NF",
|
},
|
||||||
"description": "sysbench cpu",
|
"result_extraction": {
|
||||||
"title": "[CPU] CPU performance",
|
"search_pattern": "avg:",
|
||||||
"unit": "ms",
|
"result_index": "NF"
|
||||||
"legend": "Average Execution Time per CPU on {system}"
|
},
|
||||||
|
"chart": {
|
||||||
|
"title": "[CPU] CPU performance",
|
||||||
|
"description": "sysbench cpu",
|
||||||
|
"unit": "ms",
|
||||||
|
"legend": "Average Execution Time per CPU on {system}"
|
||||||
|
}
|
||||||
}
|
}
|
@ -1,10 +1,16 @@
|
|||||||
{
|
{
|
||||||
"alert_threshold": "130%",
|
"alert": {
|
||||||
"alert_tool": "customSmallerIsBetter",
|
"threshold": "130%",
|
||||||
"search_pattern": "avg:",
|
"bigger_is_better": false
|
||||||
"result_index": "NF",
|
},
|
||||||
"description": "sysbench threads",
|
"result_extraction": {
|
||||||
"title": "[Threads] Threads performance",
|
"search_pattern": "avg:",
|
||||||
"unit": "ms",
|
"result_index": "NF"
|
||||||
"legend": "Average Execution Time per Thread on {system}"
|
},
|
||||||
|
"chart": {
|
||||||
|
"title": "[Threads] Threads performance",
|
||||||
|
"description": "sysbench threads",
|
||||||
|
"unit": "ms",
|
||||||
|
"legend": "Average Execution Time per Thread on {system}"
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user