aboutsummaryrefslogtreecommitdiffstats
path: root/data/ref_results/compute_suite.py
diff options
context:
space:
mode:
authorNauman_Ahad <nauman_ahad@xflowresearch.com>2016-02-01 17:03:50 +0500
committerNauman Ahad <nauman.ahad@xflowresearch.com>2016-02-01 22:40:35 +0000
commitb882c9c54ce8e6c91c5f30bd394eec3934011549 (patch)
tree68d44929f3ce9106660bcb0f69c70bf47669328c /data/ref_results/compute_suite.py
parentfe6dc78c6b7cef0d199839b4153c56fb8142b7d0 (diff)
Fixed the index calculation for QTIP compute, network and storage suites
Earlier inaccurate index calculation updated. Now indices take into account vm and bm cases Change-Id: Icf2d7fc17ef765f5c0611b5371d57410ba155cb6 Signed-off-by: Nauman_Ahad <nauman_ahad@xflowresearch.com> (cherry picked from commit 49b4662f32c415ea141ff269ba39d9a401b6e320)
Diffstat (limited to 'data/ref_results/compute_suite.py')
-rw-r--r--data/ref_results/compute_suite.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/data/ref_results/compute_suite.py b/data/ref_results/compute_suite.py
index ce7f33cd..86e8a877 100644
--- a/data/ref_results/compute_suite.py
+++ b/data/ref_results/compute_suite.py
@@ -12,12 +12,14 @@ except OSError:
try:
- compute_dict['Dhrystone']=benchmark_indices.dwstone_index('dhrystone','Dhrystone')
+ compute_dict['Dhrystone']=benchmark_indices.dhrystone_index()
except OSError:
pass
+
+
try:
- compute_dict['Whetstone']=benchmark_indices.dwstone_index('whetstone','Whetstone')
+ compute_dict['Whetstone']=benchmark_indices.whetstone_index()
except OSError:
pass