aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/generator_tables.py
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2018-04-19 12:34:22 +0200
committerTibor Frank <tifrank@cisco.com>2018-04-19 10:35:48 +0000
commitee47dd6443235403d56f3717e9dd8a5141da6aa4 (patch)
tree8395de71f782530f7d78f2c0c85e30f210e59443 /resources/tools/presentation/generator_tables.py
parent37c0811e1d1f9200160ffbc5da3326c3d9d6afd8 (diff)
CSIT-1041: Trending dashboard
Change-Id: Id5a6a431261443eb8616c9d6ff4cc43b6f054791 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit a0f580f21995185fcbd02aac905d83275faeda72)
Diffstat (limited to 'resources/tools/presentation/generator_tables.py')
-rw-r--r--resources/tools/presentation/generator_tables.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py
index 4bbee51ae5..32273ca920 100644
--- a/resources/tools/presentation/generator_tables.py
+++ b/resources/tools/presentation/generator_tables.py
@@ -782,7 +782,7 @@ def table_performance_trending_dashboard(table, input_data):
break
for idx in range(index+1, len(classification_lst)):
if classification_lst[idx] == tmp_classification:
- if relative_change[idx] > relative_change[index]:
+ if rel_change_lst[idx] > rel_change_lst[index]:
index = idx
# if "regression" in classification_lst[first_idx:]: