microbenchmark icon indicating copy to clipboard operation
microbenchmark copied to clipboard

Using unit "f" gives error

Open krlmlr opened this issue 7 years ago • 0 comments

microbenchmark::microbenchmark(TRUE, unit = "f")
## Error in convert_to_unit(object$time, unit) : Unknown unit 'Mhz'.

The following works:

microbenchmark::microbenchmark(TRUE, unit = "mhz")

krlmlr avatar Oct 27 '16 07:10 krlmlr