tinybench - v6.1.1
    Preparing search index...

    Type Alias TimerSaturationReason

    TimerSaturationReason: "low-distinct" | "zero-dominated" | "zero-mad"

    Reason a sample set is classified as timer-saturated.

    • 'zero-dominated' — more than half of the samples are exactly zero.
    • 'low-distinct' — distinct sample count is below max(3, min(10, ⌊n / 1000⌋)).
    • 'zero-mad' — median absolute deviation is zero with more than 100 samples.