R/get_benchmarks.R

Defines functions get_benchmarks

get_benchmarks = function(collapse = FALSE) {
  benchmarks  = c("prog", "matrix_fun", "matrix_cal",
                  "read5", "read50", "read200",
                  "write5", "write50", "write200")
  if (collapse) {
    benchmarks = paste(benchmarks, collapse = ", ")
  }
  benchmarks
}
csgillespie/benchmarkme-data documentation built on April 27, 2020, 5:28 p.m.