Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
criterion::Baseline - Rust
[go: Go Back, main page]

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