From: Tibor Frank Date: Thu, 19 Apr 2018 10:34:22 +0000 (+0200) Subject: CSIT-1041: Trending dashboard X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=a0f580f21995185fcbd02aac905d83275faeda72 CSIT-1041: Trending dashboard Change-Id: Id5a6a431261443eb8616c9d6ff4cc43b6f054791 Signed-off-by: Tibor Frank --- 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:]: