diff options
author | zhihui wu <wu.zhihui1@zte.com.cn> | 2017-05-23 09:26:15 +0000 |
---|---|---|
committer | zhihui wu <wu.zhihui1@zte.com.cn> | 2017-05-23 09:26:15 +0000 |
commit | d9149bc380c7df5c7348fc845adc0cd4a79e3e93 (patch) | |
tree | f6d582b2820369a8dbb44c4b3deae1613ed8cfad | |
parent | 582fa2987a821640b59cfa314db9d2a040236389 (diff) |
Revert "correct arithmetic baseline"
This reverts commit 582fa2987a821640b59cfa314db9d2a040236389.
Change-Id: I5b2ab6f236c909a7c375dfb5db8cef9b85397ee3
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
-rw-r--r-- | resources/QPI/compute.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/QPI/compute.yaml b/resources/QPI/compute.yaml index 63ac5f5c..d27d769b 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: 2495.9 - - name: whetstone_MWIPS baseline: 34657490.5 + - name: whetstone_MWIPS + baseline: 2495.9 |