26 lines
615 B
JSON
26 lines
615 B
JSON
{
|
|
"common_bootbinary" : "bbl-vmlinux",
|
|
"benchmark_name" : "iperf3",
|
|
"deliver_dir" : "/",
|
|
"common_args" : [],
|
|
"common_files" : [],
|
|
"common_outputs" : [],
|
|
"common_simulation_outputs" : ["uartlog"],
|
|
"workloads" : [
|
|
{
|
|
"name" : "iperf3-client",
|
|
"files" : [],
|
|
"command" : "sleep 0.1 && iperf3 -c 172.16.0.3 && poweroff",
|
|
"simulation_outputs": [],
|
|
"outputs": []
|
|
},
|
|
{
|
|
"name" : "iperf3-server",
|
|
"files" : [],
|
|
"command" : "iperf3 -s",
|
|
"simulation_outputs" : [],
|
|
"outputs" : []
|
|
}
|
|
]
|
|
}
|