Loom Engine - v3.1.1
    Preparing search index...

    Interface RegressionReport

    interface RegressionReport {
        name: string;
        baseline: BenchmarkBaseline | null;
        current: BenchmarkResult;
        ratio: number;
        isRegression: boolean;
        threshold: number;
    }
    Index

    Properties

    name: string
    baseline: BenchmarkBaseline | null
    ratio: number
    isRegression: boolean
    threshold: number