From 3c194a8bf95ab68d440b68587ba7f36a921116de Mon Sep 17 00:00:00 2001 From: Nauman_Ahad Date: Mon, 11 Jan 2016 15:09:12 +0500 Subject: Modifications to the index calculation script Modifications to the index calulation script. Key for each suite changed to "Index" from " Index". This is to reuse code for the dashboard.py file for QTIP Change-Id: I6e8c8c268b7d9376b0f44d572ed022910e8ad4d9 Signed-off-by: Nauman_Ahad --- data/ref_results/compute_suite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/ref_results/compute_suite.py') diff --git a/data/ref_results/compute_suite.py b/data/ref_results/compute_suite.py index a57a4b04..78eaae6f 100644 --- a/data/ref_results/compute_suite.py +++ b/data/ref_results/compute_suite.py @@ -15,7 +15,7 @@ for benchmark in compute_bench_list: compute_suite_index=temp/len(compute_bench_list) compute_dict_f={}; -compute_dict_f['1. Compute Index']=compute_suite_index +compute_dict_f['1. Index']=compute_suite_index compute_dict_f['2. Compute suite results']=compute_dict with open('../../results/compute_result.json', 'w+') as result_json: json.dump(compute_dict_f, result_json, indent=4, sort_keys=True) -- cgit 1.2.3-korg