mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-08 12:56:48 +00:00
19 lines
465 B
JSON
19 lines
465 B
JSON
{
|
|
"alert": {
|
|
"threshold": "130%",
|
|
"bigger_is_better": false
|
|
},
|
|
"result_extraction": {
|
|
"search_pattern": "Time:",
|
|
"result_index": 2
|
|
},
|
|
"chart": {
|
|
"title": "[Scheduler] Turnaround time of 8 groups using 16 CPU",
|
|
"description": "hackbench -g 8 -l 1000 -p -T",
|
|
"unit": "sec",
|
|
"legend": "Turnaround time of hackbench on {system}"
|
|
},
|
|
"runtime_config": {
|
|
"smp": 16
|
|
}
|
|
} |