CSIT-932: Remove outliers form statistical calculations 98/10598/1
authorTibor Frank <tifrank@cisco.com>
Fri, 16 Feb 2018 09:52:19 +0000 (10:52 +0100)
committerTibor Frank <tifrank@cisco.com>
Fri, 16 Feb 2018 09:52:19 +0000 (10:52 +0100)
Change-Id: If9b8eaa4d997ad3516c27befb4a868a948567482
Signed-off-by: Tibor Frank <tifrank@cisco.com>
resources/tools/presentation/generator_tables.py

index dc61adb..f55c41e 100644 (file)
@@ -467,6 +467,7 @@ def table_performance_comparison(table, input_data):
                     txt_table = prettytable.PrettyTable(row)
                 else:
                     txt_table.add_row(row)
+            txt_table.align["Test case"] = "l"
         with open(txt_name, "w") as txt_file:
             txt_file.write(str(txt_table))