pub fn run_named_corpus(
corpus: &str,
inferred: &Grammar,
config: &SampleConfig,
) -> Result<BenchmarkReport, EvalError>Expand description
Runs a registered corpus by name.
pub fn run_named_corpus(
corpus: &str,
inferred: &Grammar,
config: &SampleConfig,
) -> Result<BenchmarkReport, EvalError>Runs a registered corpus by name.