From 116b5101e8f917b23b49ad91f0a65fada76e8c5e Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Wed, 28 Jun 2017 13:59:25 +0800 Subject: Fix bug in QPI calculation compute spec was amended in 45111c but the calculation is not updated Change-Id: Ibf0139b2278f617a52335e8839f51c97d5ded8b7 Signed-off-by: Yujun Zhang --- resources/ansible_roles/qtip/tasks/calculate.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'resources/ansible_roles') diff --git a/resources/ansible_roles/qtip/tasks/calculate.yml b/resources/ansible_roles/qtip/tasks/calculate.yml index c472ee34..b07d12f8 100644 --- a/resources/ansible_roles/qtip/tasks/calculate.yml +++ b/resources/ansible_roles/qtip/tasks/calculate.yml @@ -17,7 +17,8 @@ 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" + integer: "{{ qtip_results }}/arithmetic/metrics.json" + floating: "{{ qtip_results }}/arithmetic/metrics.json" sysinfo: "{{ qtip_results }}/sysinfo/condition.json" spec: "{{ qtip_resources }}/QPI/compute.yaml" baseline: "{{ qtip_resources }}/QPI/compute-baseline.json" -- cgit 1.2.3-korg