CSIT-1041: Trending dashboard 98/11998/1
authorTibor Frank <tifrank@cisco.com>
Mon, 23 Apr 2018 10:20:20 +0000 (12:20 +0200)
committerTibor Frank <tifrank@cisco.com>
Mon, 23 Apr 2018 10:20:20 +0000 (12:20 +0200)
Change-Id: I99b7acbbf6c773a4d2c5fc74cf7ba02aa6f98fa3
Signed-off-by: Tibor Frank <tifrank@cisco.com>
resources/tools/presentation/generator_tables.py

index 5916244..238102d 100644 (file)
@@ -790,7 +790,8 @@ 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 rel_change_lst[idx] > rel_change_lst[index]:
+                        if (abs(rel_change_lst[idx]) >
+                                abs(rel_change_lst[index])):
                             index = idx
 
             trend = round(float(median_lst[-1]) / 1000000, 2) \