X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fgenerator_tables.py;h=32273ca9204b6d2d5291249597c45bda6abb69d9;hp=4bbee51ae5dff7985e7ea0d6ee8cb8631f032364;hb=a0f580f21995185fcbd02aac905d83275faeda72;hpb=1265b8792b8edd44407c8073aeba2ca24dc0ad82 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:]: