20 lines
396 B
JSON
20 lines
396 B
JSON
{
|
|
"benchmark_name" : "fc-test",
|
|
"common_simulation_outputs" : ["uartlog"],
|
|
"common_rootfs" : null,
|
|
"workloads" : [
|
|
{
|
|
"name" : "fc-client",
|
|
"bootbinary" : "fc-client.riscv",
|
|
"simulation_outputs": [],
|
|
"outputs" : []
|
|
},
|
|
{
|
|
"name" : "fc-server",
|
|
"bootbinary" : "fc-server.riscv",
|
|
"simulation_outputs": [],
|
|
"outputs" : []
|
|
}
|
|
]
|
|
}
|