35 lines
788 B
JSON
35 lines
788 B
JSON
{
|
|
"benchmark_name": "br-base-non-uniform",
|
|
"common_bootbinary": "../../../../../software/firemarshal/images/firechip/br-base/br-base-bin",
|
|
"common_rootfs": "../../../../../software/firemarshal/images/firechip/br-base/br-base.img",
|
|
"common_outputs": [
|
|
"/etc/os-release"
|
|
],
|
|
"common_simulation_outputs": [
|
|
"uartlog",
|
|
"memory_stats*.csv"
|
|
],
|
|
"deliver_dir": "/",
|
|
"common_args": [],
|
|
"common_files": [
|
|
"bin/echome.sh"
|
|
],
|
|
"no_post_run_hook": "",
|
|
"workloads": [
|
|
{
|
|
"name": "job0",
|
|
"files": [],
|
|
"command": "echome.sh && poweroff -f",
|
|
"simulation_outputs": [],
|
|
"outputs": []
|
|
},
|
|
{
|
|
"name": "job1",
|
|
"files": [],
|
|
"command": "poweroff -f",
|
|
"simulation_outputs": [],
|
|
"outputs": []
|
|
}
|
|
]
|
|
}
|