benchmark2 {butler} | R Documentation |
An extension to benchmark which allows you to specify a (minimum) time for the functions to run
benchmark2(..., time = 3, reps = 10)
... |
functions to compare, make sure to name them (see example) |
time |
(minimum) time, in seconds, to run for |
reps |
number of reps to run between checking time |
Hadley Wickham <h.wickham@gmail.com>