synthetic_bench: Define a benchmark

Description Usage Arguments Value

View source: R/synthetic_bench.R

Description

Define a benchmark

Usage

1
2
3
4
5
6
synthetic_bench(
  nr_of_runs = 3,
  cycle_size = 3,
  result_folder = "results",
  progress = TRUE
)

Arguments

nr_of_runs

repeat the benchmark for statistics

cycle_size

create cycle_size files before overwriting

result_folder

folder to use for temporal storage of results

progress

if TRUE, a progress bar is displayed with the progress and estimated remaining time for the benchmark

Value

A synth_bench class that can be used in pipes


fstpackage/syntheticbench documentation built on Jan. 23, 2020, 10:13 a.m.