updateBench {SummarizedBenchmark} | R Documentation |
Update SummarizedBenchmark results with new methods.
updateBench(sb, bd = NULL, dryrun = TRUE, version = FALSE, keepAll = TRUE, reuseParams = TRUE, ...)
sb |
a |
bd |
a |
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 |
reuseParams |
logical whether to reuse parameters from |
... |
optional parameters to pass to |
SumamrizedBenchmark object.
Patrick Kimes