Add arithmetic metrics 25/34825/1
authorYujun Zhang <zhang.yujunz@zte.com.cn>
Tue, 16 May 2017 06:16:48 +0000 (14:16 +0800)
committerYujun Zhang <zhang.yujunz@zte.com.cn>
Tue, 16 May 2017 06:16:48 +0000 (14:16 +0800)
Change-Id: I99b118931fd78a7908f32ddb418264576468118e
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
resources/QPI/compute.yaml
resources/ansible_roles/qtip/tasks/calculate.yml

index e69a463..bc4e8ab 100644 (file)
@@ -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
index 62779c7..63fec7f 100644 (file)
@@ -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