From 407662707bfa684274a1198445c255715c2112ee Mon Sep 17 00:00:00 2001 From: Howard Mao Date: Thu, 17 May 2018 17:29:25 +0000 Subject: [PATCH] allow check-rtc to run on multiple cores --- deploy/workloads/check-rtc.json | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/deploy/workloads/check-rtc.json b/deploy/workloads/check-rtc.json index 422f3508..fd0f9959 100644 --- a/deploy/workloads/check-rtc.json +++ b/deploy/workloads/check-rtc.json @@ -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"] }