benchOOM: harness for out-of-memory benchmarking

Description Usage Arguments Note

View source: R/dataBench.R

Description

harness for out-of-memory benchmarking

Usage

1
2
3
4
5
6
7
benchOOM(
  NR = 5000,
  NC = 100,
  times = 5,
  inseed = 1234,
  methods = list(.h5RoundTrip, .ffRoundTrip, .slRoundTrip, .dtRoundTrip, .bmRoundTrip)
)

Arguments

NR

numeric number of rows of matrix to process

NC

numeric number of columns

times

numeric, as used by microbenchmark, number of times to execute for averaging

inseed

numeric, as used by set.seed

methods

a list of functions, each having arguments x and intimes, with x the matrix being processed and intimes to be passed to microbenchmark for times

Note

the methodList function collects some example 'round trip' simulation functions


vjcitn/benchOOM documentation built on April 19, 2021, 11:20 p.m.