pub const DEFAULT_EPOCH: u32 = 0;Expand description
Default epoch value when no epoch is configured.
An epoch is a commit hash that marks the start of a new measurement series. When measurements are incompatible between different periods (e.g., after a significant change to the benchmark), a new epoch can be set to separate the data.
A value of 0 indicates no epoch boundary, meaning all measurements are considered part of the same series.