Skip to main content Module config Copy item path Source ConfigParentFallbackExt Extension trait to get values with parent table fallback. audit_aggregate_by Returns the aggregate-by reduction function from config, or None if not set. audit_dispersion_method Returns the dispersion method from config, or StandardDeviation if not set. audit_max_cov Returns the maximum CoV (Coefficient of Variation = σ/μ × 100%) threshold from
config, or None if not set. When tail or head CoV exceeds this value, a warning
is emitted in the audit output. audit_min_absolute_deviation Returns the minimum absolute deviation threshold from config, or None if not set. audit_min_measurements Returns the minimum measurements from config, or None if not set. audit_min_relative_deviation Returns the minimum relative deviation threshold from config, or None if not set. audit_sigma Returns the sigma value from config, or None if not set. backoff_max_elapsed_seconds Returns the backoff max elapsed seconds from config, or the default if not set. bump_epoch bump_epoch_in_conf change_point_config Returns the change point configuration for a measurement, applying fallback rules. determine_epoch_from_config measurement_unit Returns the configured unit for a measurement, or None if not set. read_defaults_config Returns the [defaults] mapping from .gitperfconfig. read_environment_config Returns the [environment] mapping from .gitperfconfig. read_hierarchical_config Read hierarchical configuration (system -> local override) report_custom_css_path Returns the report custom CSS path from config, or None if not set. report_template_path Returns the report template path from config, or None if not set. report_title Returns the report title from config, or None if not set. resolve_key_values Resolves merged key-value pairs for measurement commands by applying precedence: write_config Write config to the main repository directory (always in repo root)