Make sysbench configuration compatible with new benchmark framework

This commit is contained in:
Zejun Zhao 2024-12-13 19:12:29 +08:00 committed by Tate, Hongliang Tian
parent 18d5eb1f02
commit 1c5666cfa3
2 changed files with 28 additions and 16 deletions

View File

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

View File

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