Skip to content

Commit e5bba67

Browse files
author
Tobias Kopp
committed
[Benchmark] Fix comment
1 parent eeaddf9 commit e5bba67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/Benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ def perform_experiment(yml, conn, info, results) -> list():
405405
info.experiment_data[table_name]['lines_in_file'] = int(os.popen(f"wc -l < {p}").read())
406406

407407

408-
tqdm.write('\n\n======================================================')
408+
tqdm.write('\n\n==========================================================')
409409
tqdm.write(f'Perform benchmarks in \'{path_to_file}\'.')
410410
tqdm.write('==========================================================')
411411

0 commit comments

Comments
 (0)