rank_results: Benchmark rankings

View source: R/rank_results.R

rank_resultsR Documentation

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.


benchmarkme documentation built on June 12, 2022, 5:06 p.m.