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

    Interface BenchmarkSpec

    interface BenchmarkSpec {
        name: string;
        fn: () => void;
        warmup?: number;
        iterations?: number;
        beforeEach?: () => void;
        afterEach?: () => void;
    }
    Index

    Properties

    name: string
    fn: () => void
    warmup?: number
    iterations?: number
    beforeEach?: () => void
    afterEach?: () => void