From 116b5101e8f917b23b49ad91f0a65fada76e8c5e Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Wed, 28 Jun 2017 13:59:25 +0800 Subject: Fix bug in QPI calculation compute spec was amended in 45111c but the calculation is not updated Change-Id: Ibf0139b2278f617a52335e8839f51c97d5ded8b7 Signed-off-by: Yujun Zhang --- resources/QPI/compute-baseline.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'resources/QPI') diff --git a/resources/QPI/compute-baseline.json b/resources/QPI/compute-baseline.json index 33f711d2..3aa19970 100644 --- a/resources/QPI/compute-baseline.json +++ b/resources/QPI/compute-baseline.json @@ -154,18 +154,22 @@ "name": "arithmetic", "metrics": [ { - "name": "arithmetic", + "name": "integer", "workloads": [ { "name": "dhrystone_lps", "baseline": "29002911.0" - }, + } + ] + }, + { + "name": "floating", + "workloads": [ { "name": "whetstone_MWIPS", "baseline": "2176.8" } ] - } ] } -- cgit 1.2.3-korg