Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions cli_types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,15 @@ pub enum Commands {
#[arg(short = 'D', long, value_enum)]
dispersion_method: Option<DispersionMethod>,

/// Flag measurements with high Coefficient of Variation (CoV = σ/μ × 100%).
/// Tail CoV is computed from per-commit aggregated values and reflects
/// cross-run baseline stability. Head CoV is computed from the raw
/// measurements at HEAD and reflects within-run repeatability.
/// A warning is emitted when either exceeds this percentage threshold.
/// If not specified, uses the value from .gitperfconfig file, or no flagging.
#[arg(long)]
max_cov: Option<f64>,

/// Suppress warning when change points are detected in the current epoch.
/// By default, audit will warn if a change point (regime shift) is detected
/// within the current measurement epoch, as this may affect z-score reliability.
Expand Down
1 change: 1 addition & 0 deletions docs/manpage.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading