From d0b121d835f39bbd625a594e3c8d1412e883895d Mon Sep 17 00:00:00 2001 From: "Thing-han, Lim" <15379156+potsrevennil@users.noreply.github.com> Date: Tue, 19 Nov 2024 11:26:42 +0800 Subject: [PATCH] fix: make benchmark result in log more readable benchmark return multi-line result, therefore should log the result from new line to make the log more readable Signed-off-by: Thing-han, Lim <15379156+potsrevennil@users.noreply.github.com> --- scripts/lib/mlkem_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/mlkem_test.py b/scripts/lib/mlkem_test.py index 66a79c1b3..6455b892e 100644 --- a/scripts/lib/mlkem_test.py +++ b/scripts/lib/mlkem_test.py @@ -171,7 +171,7 @@ def run_scheme( else: log.info(f"passed") else: - log.info(f"{p.stdout.decode()}") + log.info(f"\n{p.stdout.decode()}") result = p.stdout.decode() if p.returncode != 0: