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.5-noble)rbenchmark_1.0.0.tar.gz(r-4.4-noble)
rbenchmark_1.0.0.tgz(r-4.4-emscripten)rbenchmark_1.0.0.tgz(r-4.3-emscripten)
rbenchmark.pdf |rbenchmark.html
rbenchmark/json (API)

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

Peer review:

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

1 exports 3.03 score 0 dependencies 17 dependents 1 mentions 1.1k scripts 3.7k downloads

Last updated 12 years agofrom:2f748c06b9. Checks:OK: 2. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 17 2024
R-4.5-linuxOKSep 17 2024

Exports:benchmark

Dependencies: