diff options
author | zhihui wu <wu.zhihui1@zte.com.cn> | 2017-05-24 08:59:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-05-24 08:59:32 +0000 |
commit | c648f91de1130bf8f09d6d97155d6a6b8f38e728 (patch) | |
tree | b8285e1a7c67d7426c088841cfb3ed0b38ef0cf4 /resources | |
parent | c990f1d1915c8666c1793b141b2d37e1e2fdaf1d (diff) | |
parent | d9149bc380c7df5c7348fc845adc0cd4a79e3e93 (diff) |
Merge "Revert "correct arithmetic baseline""
Diffstat (limited to 'resources')
-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 |