benchmark2              package:butler              R Documentation

_B_e_n_c_h_m_a_r_k_2

_D_e_s_c_r_i_p_t_i_o_n:

     An extension to benchmark which allows you to specify a (minimum)
     time for the functions to run

_U_s_a_g_e:

     benchmark2(..., time = 3, reps = 10)

_A_r_g_u_m_e_n_t_s:

     ...: 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

_D_e_t_a_i_l_s:

_A_u_t_h_o_r(_s):

     Hadley Wickham <h.wickham@gmail.com>

_E_x_a_m_p_l_e_s:

