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"))
}
)

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.