Skip to content

Commit ae1cecc

Browse files
committed
Update table header
1 parent 59618be commit ae1cecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/scripts/lazy_marshal_perf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def write_csv(results: dict, filename: str):
194194

195195

196196
def print_summary(results: dict):
197-
print(f"{' ':50}{_LOAD_EXEC:>15}{'steady state':>15}")
197+
print(f"{' ':60}{_LOAD_EXEC:>15}{'steady state':>15}")
198198
for p, r in sorted(results.items(), key=lambda kv: -kv[1][_LOAD_EXEC]):
199199
name = test_name(p)
200200
print(f"{name:50}{r[_LOAD_EXEC]:15.3f}{r[_STEADY_STATE]:15.3f}")

0 commit comments

Comments
 (0)