allow check-rtc to run on multiple cores

This commit is contained in:
Howard Mao 2018-05-17 17:29:25 +00:00
parent c06711d73f
commit 407662707b
1 changed files with 3 additions and 9 deletions

View File

@ -1,13 +1,7 @@
{
"benchmark_name" : "check-rtc",
"common_simulation_outputs" : ["uartlog"],
"common_bootbinary" : "check-rtc",
"common_rootfs" : "dummy.ext2",
"workloads" : [
{
"name" : "check-rtc",
"bootbinary" : "check-rtc",
"simulation_outputs": [],
"outputs" : []
}
]
"common_outputs" : [],
"common_simulation_outputs" : ["uartlog"]
}