microbenchmark icon indicating copy to clipboard operation
microbenchmark copied to clipboard

Add parameter `order` to autoplot to sort y-axis

Open albertotb opened this issue 7 years ago • 0 comments

This adds a new parameter order to autoplot.microbenchmark(), similar to print.microbenchmark() which sorts the y-axis according to some measure: mean, median, max, etc. Code is mainly borrowed from print.microbenchmark() but instead of sorting the data.frame the levels of the factor are sorted instead.

albertotb avatar Feb 05 '19 15:02 albertotb