tests/testthat/test-plot_past.R

test_that("Test plot_past", {
  skip_on_cran()
  expect_true(is.data.frame(plot_past("prog")))
  expect_true(is.data.frame(plot_past(test_group = c("matrix_fun"))))
  expect_true(is.data.frame(plot_past("prog", blas_optimize = NULL)))
  expect_error(plot_past("Prog"))
}
)
csgillespie/benchmarkme-data documentation built on April 27, 2020, 5:28 p.m.