Code Review
/
qtip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
cb7725e
)
correct arithmetic baseline
91/35091/1
author
zhihui wu
<wu.zhihui1@zte.com.cn>
Sun, 21 May 2017 02:05:05 +0000
(10:05 +0800)
committer
zhihui wu
<wu.zhihui1@zte.com.cn>
Sun, 21 May 2017 02:05:05 +0000
(10:05 +0800)
These two number are reversed.
Change-Id: I8d97820528e8b0bfa72cb0dfb596707f8cfd5a43
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
resources/QPI/compute.yaml
patch
|
blob
|
history
diff --git
a/resources/QPI/compute.yaml
b/resources/QPI/compute.yaml
index
d27d769
..
63ac5f5
100644
(file)
--- 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