rbenchmark: Benchmarking routine for R

rbenchmark is inspired by the Perl module Benchmark, and is intended to facilitate benchmarking of arbitrary R code. The library consists of just one function, benchmark, which is a simple wrapper around system.time. Given a specification of the benchmarking process (counts of replications, evaluation environment) and an arbitrary number of expressions, benchmark evaluates each of the expressions in the specified environment, replicating the evaluation as many times as specified, and returning the results conveniently wrapped into a data frame.

Getting started

Package details

AuthorWacek Kusnierczyk <waku@idi.ntnu.no>
MaintainerWacek Kusnierczyk <waku@idi.ntnu.no>
LicenseGPL (>= 2)
Version1.0.0
URL http://rbenchmark.googlecode.com
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("rbenchmark")

Try the rbenchmark package in your browser

Any scripts or data that you put into this service are public.

rbenchmark documentation built on May 2, 2019, 6:13 a.m.