vigiles API reference
    Preparing search index...

    Interface DiffOptions

    interface DiffOptions {
        alpha?: number;
        lowerIsBetter?: readonly string[];
    }
    Index

    Properties

    alpha?: number

    Significance level for the Welch test. Default 0.05.

    lowerIsBetter?: readonly string[]

    Metrics where a DECREASE is the improvement (e.g. cost, latency, turns). For these, a significant increase is the regression. Everything else is treated as higher-is-better.