bench_columns.Rd
Add table size to the benchmark
bench_columns(bench_obj, column_mode = "all", ...)
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). |
An updated benchmark definition object