BenchDesign-class {SummarizedBenchmark}R Documentation

BenchDesign class

Description

Container for benchmark methods and data.

Usage

## S4 method for signature 'BenchDesign'
show(object)

Arguments

object

BenchDesign object to show

Slots

data

a list containing the data to be used in the benchmark.

methods

a list of BDMethods to be compared in the benchmark.

Author(s)

Patrick Kimes


[Package SummarizedBenchmark version 2.0.1 Index]