flopsbench: flopsbench

Description Usage Arguments Value Examples

Description

A benchmarker for measuring flops (floating point operations per second) of one or more functions.

Usage

1

Arguments

...

Expressions to be benchmarked.

data

A list of data for the provided functions.

Value

A dataframe (class "flopsbench") containng the timings and some basic summary statistics.

Examples

1
2
3
4
5
## Not run: 
data <- list(runif(1e4), runif(2e4), runif(3e4))
flopsbench(sqrt, exp, data=data)

## End(Not run)

RBigData/pbdPAPI documentation built on May 8, 2019, 5:48 a.m.