CMD + K

r-rbenchmark

Community

Benchmarking routine for R

Installation

To install this package, run one of the following:

Conda
$conda install odsp-test::r-rbenchmark

Usage Tracking

1.0.0
1 / 8 versions selected
Downloads (Last 6 months): 0

Description

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.

About

Summary

Benchmarking routine for R

Last Updated

Mar 6, 2019 at 17:09

License

GPL-2 GPL-3

Total Downloads

3