summaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorzhihui wu <wu.zhihui1@zte.com.cn>2017-05-21 10:05:05 +0800
committerzhihui wu <wu.zhihui1@zte.com.cn>2017-05-21 10:05:05 +0800
commit582fa2987a821640b59cfa314db9d2a040236389 (patch)
tree9c0d212fca44db6842604d896612fd2e5e6148d9 /resources
parentcb7725e8a3eee7ffaa9c9201a05ca836e4df9d39 (diff)
correct arithmetic baseline
These two number are reversed. Change-Id: I8d97820528e8b0bfa72cb0dfb596707f8cfd5a43 Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
Diffstat (limited to 'resources')
-rw-r--r--resources/QPI/compute.yaml4
1 files changed, 2 insertions, 2 deletions
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