diff options
| author | Tomáš Jusko | 2023-08-17 19:35:46 +0200 |
|---|---|---|
| committer | Tomáš Jusko | 2023-08-17 19:35:46 +0200 |
| commit | a4d69a9e70e90fa7ca6f4d3b284400c3ab1ee420 (patch) | |
| tree | 454abe6c0375cc98808ccc1874b5b030d3a8335f | |
| parent | 1feca2a007520d52b2511b6c541c40478ae73f92 (diff) | |
| download | pyecsca-a4d69a9e70e90fa7ca6f4d3b284400c3ab1ee420.tar.gz pyecsca-a4d69a9e70e90fa7ca6f4d3b284400c3ab1ee420.tar.zst pyecsca-a4d69a9e70e90fa7ca6f4d3b284400c3ab1ee420.zip | |
fix: Output newline at the end of perf report
| -rw-r--r-- | test/sca/perf_stacked_combine.py | 1 |
1 files changed, 1 insertions, 0 deletions
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, |
