diff --git a/benchmark/benchmark.py b/benchmark/benchmark.py index 31d0e6a8c..a78e057f5 100755 --- a/benchmark/benchmark.py +++ b/benchmark/benchmark.py @@ -374,6 +374,7 @@ def run_unit_tests(testdir, history_fname): result = runner.run(suite) res = stream.getvalue() + print(res) with history_fname.open("a") as fh: fh.write(f"```\n{res}\n```")