diff options
author | zhihui wu <wu.zhihui1@zte.com.cn> | 2017-05-23 07:32:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-05-23 07:32:02 +0000 |
commit | c990f1d1915c8666c1793b141b2d37e1e2fdaf1d (patch) | |
tree | 82f29d7d82b000971b2046eaf4844eede0c7f62a | |
parent | 8c9709746a7650b85b733afe1d3a9fa2e5a6cf43 (diff) | |
parent | 582fa2987a821640b59cfa314db9d2a040236389 (diff) |
Merge "correct arithmetic baseline"
-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 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 |