@ascentbv/ts-common - v1.0.199
    Preparing search index...

    Interface TrackedSection

    interface TrackedSection {
        stats: BenchmarkStats;
        threshold: number;
        cooldown: number;
    }
    Index

    Properties

    threshold: number
    cooldown: number