Skip to contents

Defines a small opt-in scenario plan for reviewer/adoption benchmarks. These scenarios are wrappers around the coverage simulation harness, not CRAN-time tests.

Usage

adoption_benchmark_scenarios(
  profile = c("smoke", "review"),
  include_mixed = FALSE
)

Arguments

profile

Scenario profile. "smoke" is intentionally small; "review" adds a few more representative continuous/count and missingness cases.

include_mixed

Include mixed-family coverage cases when supported by the coverage harness.

Value

A data frame with one row per benchmark scenario.