View source: R/print.data_table_threads_benchmark.R
print.data_table_threads_benchmark | R Documentation |
findOptimalThreadCount()
in an organized tableFunction to concisely display the results returned by findOptimalThreadCount()
in an organized table
## S3 method for class 'data_table_threads_benchmark'
print(x, ...)
x |
A |
... |
Additional arguments (not used in this function but included for consistency with the S3 generic |
Prints a table enlisting the best performing thread count along with the runtime (median value) for each benchmarked data.table
function.
NULL.
# Finding the best performing thread count for each benchmarked data.table function
# with a data size of 1000 rows and 10 columns:
(benchmarkData <- data.table.threads::findOptimalThreadCount(1e3, 10))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.