Benchmark cleanup, build messages before printing as a whole.

This commit is contained in:
2026-01-03 21:30:19 +00:00
parent 8380ab202e
commit 7b483153af
2 changed files with 42 additions and 33 deletions
+1 -1
View File
@@ -202,5 +202,5 @@ def main():
except (KeyboardInterrupt, BrokenPipeError):
sys.exit(1)
except ValueError as e:
print(f"Error: {e}", file=sys.stderr)
sys.stderr.write(f"Error: {e}\n")
sys.exit(1)