Custom printing function for bench_mark objects in knitr documents
Source: R/mark.R
knit_print.bench_mark.RdBy default, data columns (result, memory, time, gc) are omitted when
printing in knitr. If you would like to include these columns, set the knitr
chunk option bench.all_columns = TRUE.