benchmarkme (version 1.0.3)

rank_results: Benchmark rankings

Description

Comparison with past results.

Usage

rank_results(results, blas_optimize = is_blas_optimize(results),
  verbose = TRUE)

Arguments

results

Benchmark results. Probably obtained from benchmark_std() or benchmark_io().

blas_optimize

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.

verbose

Default TRUE.