firesim/deploy/workloads/br-base-flamegraph.json

18 lines
556 B
JSON

{
"benchmark_name": "br-base-flamegraph",
"common_bootbinary": "../../../../../software/firemarshal/images/firechip/br-base/br-base-bin",
"common_rootfs": "../../../../../software/firemarshal/images/firechip/br-base/br-base.img",
"common_simulation_inputs": [
"../../../../../software/firemarshal/images/firechip/br-base/br-base-bin-dwarf"
],
"common_outputs": [
"/etc/os-release"
],
"common_simulation_outputs": [
"uartlog",
"memory_stats*.csv",
"TRACEFILE*"
],
"post_run_hook": "gen-all-flamegraphs-fireperf.sh"
}