Container for individual methods to be compared as part of a benchmark experiment defined in a BenchDesign object. In the SummarizedBenchmark framework, methods are defined by a unique combination of functions, parameters, and any relevant meta data.

New BDMethod objects can be created using the BDMethod constructor.

Slots

f

a function to be benchmarked

fc

a captured expression of the function f

params

a list of quosures specifying function parameters

post

a list of functions to be applied to the output of f

meta

a list of meta data

See also