diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2016-12-16 10:46:59 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2016-12-16 10:51:49 +0800 |
commit | 90e7278fe477ba81cf5f023315a4caed0e1fcfa9 (patch) | |
tree | a16132c3880fe3edab43e30c27c6dd186ba24020 /benchmarks/suite/compute.yaml | |
parent | 38b1f656b4d3123b1f5a5fb612bc920a81cc4753 (diff) |
Minor fix of compute QPI spec
- align terminology with project FAQ[1]
- use different weight in sections
[1]: https://wiki.opnfv.org/display/qtip/FAQ#FAQ-Algorithm
Change-Id: I1161c333584952dfa9d23be3010f572d4b315b60
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'benchmarks/suite/compute.yaml')
-rw-r--r-- | benchmarks/suite/compute.yaml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/benchmarks/suite/compute.yaml b/benchmarks/suite/compute.yaml index f95d4ac5..0761a87b 100644 --- a/benchmarks/suite/compute.yaml +++ b/benchmarks/suite/compute.yaml @@ -1,20 +1,20 @@ QPI: compute description: sample performance index of computing -algorithm: weighted-average +algorithm: weighted arithmetic mean section: - name: Integer - weight: 0.2 - algorithm: geometry-average + weight: 0.3 + algorithm: geometric mean perftests: - name: dhrystone workloads: - single_cpu - multi_cpu - name: Floating - weight: 0.2 - algorithm: geometry-average + weight: 0.3 + algorithm: geometric mean perftests: - name: whetstone workloads: @@ -22,23 +22,23 @@ section: - multi_cpu - name: Memory weight: 0.2 - algorithm: geometry-average + algorithm: geometric mean perftests: - name: ramspeed workloads: - int: [add, average, copy, scale, triad] - float: [add, average, copy, scale, triad] - name: DPI - weight: 0.2 - algorithm: geometry-average + weight: 0.1 + algorithm: geometric mean perftests: - name: dpi workloads: - bps - pps - name: SSL - weight: 0.2 - algorithm: geometry-average + weight: 0.1 + algorithm: geometric mean perftests: - name: ssl workloads: |