summaryrefslogtreecommitdiffstats
path: root/docker/storperf-reporting/src/app.py
diff options
context:
space:
mode:
authorsaksham115 <saksham.agrawal@research.iiit.ac.in>2017-09-14 21:55:38 +0530
committerSaksham Agrawal <saksham.agrawal@research.iiit.ac.in>2017-09-19 13:07:19 +0000
commitd2d266292c56ec3e4f87a503cba083e0f79376c7 (patch)
treeaa8080c77039e75141032e99f643a4cb719a48ae /docker/storperf-reporting/src/app.py
parente447ee55b2a57979f4a8fb002f1f80d6fae0cbe1 (diff)
Implementing the extension: Display of Steady State Convergence Report - All block sizes
In addition, introducing an intermediary page for single json portal. JIRA: STORPERF-141 Change-Id: I6dd7f43b1f0fd8293c4872e6a7c3ef909f2ddb83 Signed-off-by: saksham115 <saksham.agrawal@research.iiit.ac.in>
Diffstat (limited to 'docker/storperf-reporting/src/app.py')
-rw-r--r--docker/storperf-reporting/src/app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/storperf-reporting/src/app.py b/docker/storperf-reporting/src/app.py
index 46318ca..38f1198 100644
--- a/docker/storperf-reporting/src/app.py
+++ b/docker/storperf-reporting/src/app.py
@@ -66,7 +66,7 @@ def success():
if response[0] == "single":
metrics, report_data = response[1], response[2]
results = response[3]
- return render_template('plot_multi_data.html',
+ return render_template('plot_tables.html',
metrics=metrics, report_data=report_data,
results=results)
else: