Skip to content

Commit bf95169

Browse files
committed
Always print all benchmark results
1 parent 6437801 commit bf95169

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

benchmarks/benchmarks.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,5 @@ PrettyTables.pretty_table(
100100
header=header,
101101
tf=PrettyTables.tf_markdown,
102102
formatters=ft_printf("%.1f", [6, 7]),
103+
crop=:none, # Always print the whole table, even if it doesn't fit in the terminal.
103104
)

0 commit comments

Comments
 (0)