Skip to content

Commit 6696d9c

Browse files
author
y-p
committed
BLD: test_perf, adjust column widths
1 parent fa6654c commit 6696d9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vb_suite/test_perf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,8 @@ def profile_head(benchmarks):
245245

246246
def print_report(df,h_head=None,h_msg="",h_baseline=None,b_msg=""):
247247

248-
name_width=32
249-
col_width = 12
248+
name_width=45
249+
col_width = 10
250250

251251
hdr = ("{:%s}" % name_width).format("Test name")
252252
hdr += ("|{:^%d}" % col_width)* len(df.columns)

0 commit comments

Comments
 (0)