aboutsummaryrefslogtreecommitdiffstats
path: root/data/report/get_indices.py
diff options
context:
space:
mode:
Diffstat (limited to 'data/report/get_indices.py')
-rw-r--r--data/report/get_indices.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/data/report/get_indices.py b/data/report/get_indices.py
new file mode 100644
index 00000000..e23fdb89
--- /dev/null
+++ b/data/report/get_indices.py
@@ -0,0 +1,8 @@
+import json
+
+def get_index(suite):
+ with open ('../../results/'+suite+'.json') as result_file:
+ result_djson=json.load(result_file)
+ index=result_djson['index']
+
+ return index