Fast summary of microbenchmark object. The default summary method from the microbenchmark package is fairly slow in producing a summary (due to a call to a function from the multcomp package.)
mb_summary(object, unit, add.unit = TRUE, ...)summary_mb(object, unit, add.unit = TRUE, ...)
A microbenchmark object
The time unit to be used
Should time unit be added as column to resulting dataframe.
Additional arguments; currently not used.