diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-01-11 01:55:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-01-11 01:55:53 +0000 |
commit | 5d4afa1780f8a05e5f3e479c1eacf683a32df655 (patch) | |
tree | b0c0133d7841f26552b31d4b3774dc5d6dc1efa9 /benchmarks | |
parent | ba6bb4334b8e24b91ce6c77fda7aae37d3dc31ba (diff) | |
parent | d8c05b528b5a75377848d130286bc997da06a792 (diff) |
Merge "Implement plan, qpi and metric constructors"
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/suite/compute.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/benchmarks/suite/compute.yaml b/benchmarks/suite/compute.yaml index 0761a87b..197d5720 100644 --- a/benchmarks/suite/compute.yaml +++ b/benchmarks/suite/compute.yaml @@ -1,12 +1,12 @@ QPI: compute description: sample performance index of computing -algorithm: weighted arithmetic mean +formula: weighted arithmetic mean section: - name: Integer weight: 0.3 - algorithm: geometric mean + formula: geometric mean perftests: - name: dhrystone workloads: @@ -14,7 +14,7 @@ section: - multi_cpu - name: Floating weight: 0.3 - algorithm: geometric mean + formula: geometric mean perftests: - name: whetstone workloads: @@ -22,7 +22,7 @@ section: - multi_cpu - name: Memory weight: 0.2 - algorithm: geometric mean + formula: geometric mean perftests: - name: ramspeed workloads: @@ -30,7 +30,7 @@ section: - float: [add, average, copy, scale, triad] - name: DPI weight: 0.1 - algorithm: geometric mean + formula: geometric mean perftests: - name: dpi workloads: @@ -38,7 +38,7 @@ section: - pps - name: SSL weight: 0.1 - algorithm: geometric mean + formula: geometric mean perftests: - name: ssl workloads: |