bench_columns: Add table size to the benchmark

Description Usage Arguments Value

View source: R/synthetic_bench.R

Description

Add table size to the benchmark

Usage

1
bench_columns(bench_obj, column_mode = "all", ...)

Arguments

bench_obj

A benchmark definition created with synthetic_bench()

column_mode

Mode to use for benchmarking columns. The default 'all' just used the complete table, 'single' benchmarks each column separately and 'type' separates the columns in groups of a single type (integer, double, etc.)

...

One or more numerical vectors defining the number of columns to use in the benchmarks. For values larger than the number of columns in the dataset, columns are recycled using the appropriate column definition (generator).

Value

An updated benchmark definition object


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