Fix the errors with parsing

This commit is contained in:
Anton Osika
2023-06-18 22:34:25 +02:00
parent 89d9b6e356
commit 8180f0346c
7 changed files with 26 additions and 33 deletions

View File

@@ -44,7 +44,9 @@ def main(
)
benchmarks.append((bench_folder, process, log_file))
print("You can stream the log file by running: tail -f {}".format(log_path))
print("You can stream the log file by running:")
print("tail -f {}".format(log_path))
print()
for bench_folder, process, file in benchmarks:
process.wait()