Skip to content

Commit 18a48c7

Browse files
committed
Minor output changes
1 parent c02aeb0 commit 18a48c7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

run_full_benchmark.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ def benchmark_approximation_quality(
477477
formatted_time = str(datetime.timedelta(seconds=total_seconds))
478478
end_msg = (
479479
f"\n{file_separator}\n"
480-
f"Quality Benchmark over. Results in '{output_filename}'.\n"
480+
f"Quality Benchmark over.\n"
481481
f"Total execution time: {formatted_time}\n"
482482
f"{file_separator}"
483483
)
@@ -671,7 +671,7 @@ def benchmark_approximation_quality_with_dn(
671671
formatted_time = str(datetime.timedelta(seconds=total_seconds))
672672
end_msg = (
673673
f"\n{file_separator}\n"
674-
f"Quality Benchmark over. Results in '{output_filename}'.\n"
674+
f"Quality Benchmark over.\n"
675675
f"Total execution time: {formatted_time}\n"
676676
f"{file_separator}"
677677
)
@@ -879,7 +879,7 @@ def benchmark_approx_comparison(
879879
formatted_time = str(datetime.timedelta(seconds=total_seconds))
880880
end_msg = (
881881
f"\n{file_separator}\n"
882-
f"Comparison Benchmark over. Results in '{output_filename}'.\n"
882+
f"Comparison Benchmark over.\n"
883883
f"Total execution time: {formatted_time}\n"
884884
f"{file_separator}"
885885
)

0 commit comments

Comments
 (0)