RevoMultiBenchmark: Runs Urbanek tests on multiple versions of R and compares...

Description Usage Arguments

Description

Runs Urbanek tests on multiple versions of R and compares results.

Usage

1
RevoMultiBenchmark(rVersions, threads = 4, scale.factor = 1)

Arguments

rVersions

Character vector containing path to Rscript in different installations of R

threads

Number of Intel MKL threads to use if availalbe. Tests for the presence of the packages RevoUtilsMath or RevoBase and sets the number of threads using RevoUtilsMath::setMKLthreads

scale.factor

A numeric value that scales the size of the data up or down. The default value of 1 has data sizes that yields a runtime of ~2 seconds per test on an 8-core machine with the MKL available. For quick and easy testing, reduce the scale.factor to less than 1. (The primary use case for low scale.factor is to reduce the unit testing time when testing the package itself on CRAN.) To scale out the test data, use scale.factor of greater than 1.


andrie/version.compare documentation built on May 10, 2019, 11:42 a.m.