Learn R Programming

benchmarkmeData (version 1.0.4)

get_datatable_past: Interactive table of results

Description

A summary of past results

Usage

get_datatable_past(test_group, blas_optimize = NULL, cores = 0)

Arguments

test_group

One of "prog", "matrix_fun", "matrix_cal", "read5", "read50", "read200", "write5", "write50" or "write200". Default value prog.

blas_optimize

Default NULL. The default behaviour is to plot all results. To plot only the BLAS optimized results, set to TRUE, otherwise FALSE.

cores

Default 0, i.e. no parallel.

Examples

Run this code
# NOT RUN {
## Need the DT package
## View all results for prog test
get_datatable_past("prog")
# }

Run the code above in your browser using DataLab