View source: R/runBenchmarks.R
runBenchmarks | R Documentation |
data.table
functions with varying thread countsFunction to run a set of predefined benchmarks for different data.table
functions with varying thread counts
runBenchmarks(rowCount, colCount, threadCount, times = 10, verbose = TRUE)
rowCount |
The number of rows in the |
colCount |
The number of columns in the |
threadCount |
The total number of threads to use. |
times |
The number of times the benchmarks are to be run. |
verbose |
Option (logical) to enable or disable detailed message printing. |
Benchmarks various data.table
functions that are parallelizable (setorder
, GForce_sum
, subsetting
, frollmean
, fcoalesce
, between
, fifelse
, nafill
, and CJ
) with varying thread counts.
A data.table
containing benchmarked timings for each data.table
function with different thread counts.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.