tinybench - v6.1.1
    Preparing search index...

    Interface CalibrateTimerOverheadOptions

    interface CalibrateTimerOverheadOptions {
        estimator?: TimerOverheadEstimatorKind;
        pairs?: number;
        warmupPairs?: number;
    }
    Index

    Estimator used to reduce the distribution of strictly-positive back-to-back call deltas to a single overhead value.

    'median'
    
    pairs?: number

    Number of back-to-back call pairs to measure during the collection phase.

    1024
    
    warmupPairs?: number

    Number of discarded warm-up pairs executed before the collection phase, allowing the JIT to reach a steady compilation tier for both provider.fn and provider.toMs.

    64