updateBench {SummarizedBenchmark}R Documentation

Update SummarizedBenchmark object

Description

Update SummarizedBenchmark results with new methods.

Usage

updateBench(sb, bd = NULL, dryrun = TRUE, version = FALSE,
  keepAll = TRUE, reuseParams = TRUE, ...)

Arguments

sb

a SummarizedBenchmark object

bd

a BenchDesign object

dryrun

logical whether to just print description of what would be updated rather than actually running any methods. (default = TRUE)

version

logical whether to re-run methods with only package version differences. (default = FALSE)

keepAll

logical whether to keep methods run in original SummarizedBenchmark but not in new BenchDesign. Only used if bd is not NULL. (default = TRUE)

reuseParams

logical whether to reuse parameters from buildBench call used to create SummarizedBenchmark object (if available). Directly specified buildBench parameters still take precedence. (default = TRUE)

...

optional parameters to pass to buildBench.

Value

SumamrizedBenchmark object.

Author(s)

Patrick Kimes


[Package SummarizedBenchmark version 2.2.3 Index]