From a4d69a9e70e90fa7ca6f4d3b284400c3ab1ee420 Mon Sep 17 00:00:00 2001 From: Tomáš Jusko Date: Thu, 17 Aug 2023 19:35:46 +0200 Subject: fix: Output newline at the end of perf report --- test/sca/perf_stacked_combine.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/sca/perf_stacked_combine.py b/test/sca/perf_stacked_combine.py index ff30fdf..92ec08a 100644 --- a/test/sca/perf_stacked_combine.py +++ b/test/sca/perf_stacked_combine.py @@ -423,6 +423,7 @@ def export_report(time_storage: List[List[TimeRecord]], output, cls=NumpyEncoder, indent=4) + output.write("\n") def repetition(args: argparse.Namespace, -- cgit v1.3.1