aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2017-05-16 08:29:12 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-05-16 08:29:12 +0000
commiteeb3cad4c3bf94b7b5f7da6cde190364bb10fca6 (patch)
treef6a4439662628898f6a4d809216c9a5c65142bbd
parent7e87b22284cc322bc9effdd8c610f659692249d1 (diff)
parent1b5ddf9c655d6f5c25df80e6eb87dca960456dde (diff)
Merge "Add arithmetic metrics"
-rw-r--r--resources/QPI/compute.yaml9
-rw-r--r--resources/ansible_roles/qtip/tasks/calculate.yml1
2 files changed, 10 insertions, 0 deletions
diff --git a/resources/QPI/compute.yaml b/resources/QPI/compute.yaml
index e69a463e..bc4e8ab2 100644
--- a/resources/QPI/compute.yaml
+++ b/resources/QPI/compute.yaml
@@ -79,3 +79,12 @@ sections: # split based on different application
baseline: 11913.03
- name: scale
baseline: 11945.36
+ - name: arithmetic
+ description: arithmetic computing speed
+ metrics:
+ - name: arithmetic
+ workloads:
+ - name: dhrystone_lps
+ baseline: 34657490.5
+ - name: whetstone_MWIPS
+ baseline: 2495.9
diff --git a/resources/ansible_roles/qtip/tasks/calculate.yml b/resources/ansible_roles/qtip/tasks/calculate.yml
index 62779c73..63fec7fd 100644
--- a/resources/ansible_roles/qtip/tasks/calculate.yml
+++ b/resources/ansible_roles/qtip/tasks/calculate.yml
@@ -17,6 +17,7 @@
dpi_throughput: "{{ qtip_results }}/dpi/metrics.json"
intmem: "{{ qtip_results }}/memory/integer-metrics.json"
floatmem: "{{ qtip_results }}/memory/float-metrics.json"
+ arithmetic: "{{ qtip_results }}/arithmetic/metrics.json"
spec: "{{ qtip_resources }}/QPI/compute.yaml"
dest: "{{ qtip_results }}/compute.json"
delegate_to: localhost