Run benchmark of CohortConstructor cohort instantiation time compared to CIRCE from JSON. More information in the benchmarking vignette.
benchmarkCohortConstructor(
cdm,
runCIRCE = TRUE,
runCohortConstructorDefinition = TRUE,
runCohortConstructorDomain = TRUE,
dropCohorts = TRUE
)
A cdm reference.
Whether to run cohorts from JSON definitions generated with Atlas.
Whether to run the benchmark part where cohorts are created with CohortConstructor by definition (one by one, separately).
Whether to run the benchmark part where cohorts are created with CohortConstructor by domain (instantianting base cohort all together, as a set).
Whether to drop cohorts created during benchmark.