Description Usage Arguments Value
View source: R/synthetic_bench.R
Define a benchmark
1 2 3 4 5 6 | synthetic_bench(
nr_of_runs = 3,
cycle_size = 3,
result_folder = "results",
progress = TRUE
)
|
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 |
A synth_bench class that can be used in pipes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.