Nothing
test_that("test benchmark function", {
skip_on_cran()
con <- duckdb::dbConnect(duckdb::duckdb(), CDMConnector::eunomiaDir())
cdm <- CDMConnector::cdmFromCon(
con = con, cdmSchema = "main", writeSchema = "main"
)
result <- benchmarkPatientProfiles(cdm = cdm, n = 1000)
expect_true(inherits(result, "summarised_result"))
omopgenerics::cdmDisconnect(cdm = cdm)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.