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
}

Try the benchmarkmeData package in your browser

Any scripts or data that you put into this service are public.

benchmarkmeData documentation built on April 23, 2020, 5:15 p.m.