Learn R Programming

rbenchmark (version 1.0.1)

Benchmarking Routine for R

Description

Benchmarking of arbitrary R code, inspired by similar functionality in a Perl module, is implemented via a simple wrapper around system.time(). Given a specification of the benchmarking process (counts of replications, evaluation environment) and an arbitrary number of expressions, the function 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.

Copy Link

Version

Install

install.packages('rbenchmark')

Monthly Downloads

53,034

Version

1.0.1

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

Dirk Eddelbuettel

Last Published

June 14th, 2026

Functions in rbenchmark (1.0.1)

rbenchmark-package

tools:::Rd_package_title("rbenchmark")
benchmark

A simple routine for benchmarking R code