Skip to content

Commit e736a2f

Browse files
committed
Fix bench output for CI
1 parent 010d2ad commit e736a2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

piconumpy/bench.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def timeit_verbose(
3232
else:
3333
raw_time = ""
3434

35-
print(f"\r{name}: {result/norm:5.3g} * norm{raw_time}")
35+
print(f" {result/norm:5.3g} * norm{raw_time}")
3636
if not norm_given and not print_time:
3737
print(f"norm = {norm:5.3g} s")
3838

0 commit comments

Comments
 (0)