benchmarks: Internal function for benchmark execution

Description Usage Arguments

View source: R/benchmark.R

Description

Internal function for benchmark execution

Usage

1
2
3
benchmarks(run_function, code_or_file, platforms = c("debian", "ubuntu"),
  r_implementations = c("gnu-r", "mro"), volumes = volumes,
  times = 3, pull_image = pull_image, ...)

Arguments

platforms

List of platforms

r_implementations

List of R implementations

volumes

Volume mapping from host to container. Passed to run_code

times

How many times the code will be run. Passed to microbenchmark

pull_image

If set to TRUE, the needed docker image will be pulled first

...

Parameters for microbenchmark


ismailsunni/altRnative documentation built on April 1, 2020, 2:22 a.m.