Package: rbenchmark 1.0.0

Wacek Kusnierczyk

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.

Authors:Wacek Kusnierczyk <[email protected]>

rbenchmark_1.0.0.tar.gz
rbenchmark_1.0.0.tar.gz(r-4.7-any)rbenchmark_1.0.0.tar.gz(r-4.6-any)
rbenchmark_1.0.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
rbenchmark/json (API)

# Install 'rbenchmark' in R:
install.packages('rbenchmark', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org'))

On CRAN:

Conda:

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

5.86 score 9 packages 1.2k scripts 24k downloads 1 mentions 1 exports 0 dependencies

Last updated from:2f748c06b9. Checks:4 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK100
source / vignettesOK139
linux-release-x86_64OK96
wasm-releaseOK88

Exports:benchmark

Dependencies: