CSIT-932: Remove outliers form statistical calculations
[csit.git] / 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))