Enum criterion::Baseline[][src]

pub enum Baseline {
    Compare,
    Save,
}

Baseline describes how the baseline_directory is handled.

Variants

Compare ensures a previous saved version of the baseline exists and runs comparison against that.

Save writes the benchmark results to the baseline directory, overwriting any results that were previously there.

Auto Trait Implementations

impl Send for Baseline

impl Sync for Baseline