Description Usage Arguments Value
View source: R/synthetic_bench.R
Add table size to the benchmark
1 | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.