From 582fa2987a821640b59cfa314db9d2a040236389 Mon Sep 17 00:00:00 2001 From: zhihui wu Date: Sun, 21 May 2017 10:05:05 +0800 Subject: correct arithmetic baseline These two number are reversed. Change-Id: I8d97820528e8b0bfa72cb0dfb596707f8cfd5a43 Signed-off-by: zhihui wu --- resources/QPI/compute.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources') diff --git a/resources/QPI/compute.yaml b/resources/QPI/compute.yaml index d27d769b..63ac5f5c 100644 --- a/resources/QPI/compute.yaml +++ b/resources/QPI/compute.yaml @@ -84,6 +84,6 @@ sections: # split based on different application - name: arithmetic workloads: - name: dhrystone_lps - baseline: 34657490.5 - - name: whetstone_MWIPS baseline: 2495.9 + - name: whetstone_MWIPS + baseline: 34657490.5 -- cgit 1.2.3-korg