powered by
Selects and aggregates over the past_results_v2 data set or the results input data set..
past_results_v2
results
summarise_results(res)select_results(test_group, results = NULL, blas_optimize = NULL, cores = 0)
select_results(test_group, results = NULL, blas_optimize = NULL, cores = 0)
A list containing benchmark results and system information.
One of "prog", "matrix_fun", "matrix_cal", "read5", "read50", "read200", "write5", "write50" or "write200". Default value prog.
prog
Default NULL. If NULL the past_results_v2 data set is used. Otherwise, the input data set.
NULL
Default NULL. The default behaviour is to plot all results. To plot only the BLAS optimized results, set to TRUE, otherwise FALSE.
TRUE
FALSE
Default 0, i.e. no parallel.
0
A data frame
# NOT RUN { select_results("prog", blas_optimize = NULL) # }
Run the code above in your browser using DataLab