mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-10 05:46: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_tool": "customSmallerIsBetter",
|
||||
"search_pattern": "avg:",
|
||||
"result_index": "NF",
|
||||
"description": "sysbench cpu",
|
||||
"title": "[CPU] CPU performance",
|
||||
"unit": "ms",
|
||||
"legend": "Average Execution Time per CPU on {system}"
|
||||
"alert": {
|
||||
"threshold": "130%",
|
||||
"bigger_is_better": false
|
||||
},
|
||||
"result_extraction": {
|
||||
"search_pattern": "avg:",
|
||||
"result_index": "NF"
|
||||
},
|
||||
"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_tool": "customSmallerIsBetter",
|
||||
"search_pattern": "avg:",
|
||||
"result_index": "NF",
|
||||
"description": "sysbench threads",
|
||||
"title": "[Threads] Threads performance",
|
||||
"unit": "ms",
|
||||
"legend": "Average Execution Time per Thread on {system}"
|
||||
"alert": {
|
||||
"threshold": "130%",
|
||||
"bigger_is_better": false
|
||||
},
|
||||
"result_extraction": {
|
||||
"search_pattern": "avg:",
|
||||
"result_index": "NF"
|
||||
},
|
||||
"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