@exodus/test
    Preparing search index...

    Interface BenchmarkOptions

    Benchmark options

    interface BenchmarkOptions {
        args?: any[];
        skip?: boolean;
        timeout?: number;
    }
    Index

    Properties

    Properties

    args?: any[]

    Array of arguments to pass to the benchmark function

    skip?: boolean

    Skip this benchmark

    timeout?: number

    Timeout in milliseconds (default: 1000)