Comparison with past results.
rank_results(
results,
blas_optimize = is_blas_optimize(results),
verbose = TRUE
)
Benchmark results. Probably obtained from
benchmark_std()
or benchmark_io()
.
Logical. Default The default behaviour
is to compare your results with results that use the same
blas_optimize setting. To use all results, set to NULL
.
Default TRUE.