benchmark.generate.comparison: Write benchmarks out for a comparison branch

Description Usage Arguments Value Author(s)

Description

This function goes through the entire namespace of a given package, tests if there are benchmarks in the examples code . If there is a benchmark, the code for that benchmark, and the reulting output are saved.

Usage

1
2
3
4
benchmark.generate.comparison(pkg.loc = "./",
  pkg.name = tail(splitstr(normalizePath(pkg.loc), "/")[[1]], 1),
  branch = "master", output.loc = "/tmp/", verbose = TRUE,
  datasets = NULL, fs = NULL)

Arguments

datasets

is the name of the datasets that should be loaded before benchmarking.

Value

Nothing yet.

Author(s)

Alex i <- 20


NorskRegnesentral/NRTools documentation built on May 7, 2019, 6:19 p.m.