firesim/deploy/workloads/ccbench-cache-sweep.json

20 lines
527 B
JSON
Raw Normal View History

2019-01-25 03:13:32 +08:00
{
"common_bootbinary" : "bbl-vmlinux",
"benchmark_name" : "ccbench-cache-sweep",
"deliver_dir" : "/ccbench-cache-sweep/",
"common_files" : ["runccbench.sh", "ccbench/caches/caches"],
"common_args" : "",
2019-01-25 17:07:36 +08:00
"common_outputs" : [],
2019-01-25 03:13:32 +08:00
"common_simulation_outputs" : ["uartlog"],
2019-01-25 17:07:36 +08:00
"post_run_hook": "python plotccbench.py",
2019-01-25 03:13:32 +08:00
"workloads" : [
{
"name": "ccbench-all",
"files": [],
"command": "cd /ccbench-cache-sweep/ && ./runccbench.sh",
"simulation_outputs": [],
"outputs": []
}
]
}