benchmark2 {butler}R Documentation

Benchmark2

Description

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

Usage

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

Arguments

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

Details

Author(s)

Hadley Wickham <h.wickham@gmail.com>

Examples






[Package butler version 0.3 Index]