@jonahsnider/benchmark
    Preparing search index...

    Type Alias RunOptions

    Options for running a (Benchmark:class).

    type RunOptions = {
        sequential?: boolean;
    }
    Index

    Properties

    Properties

    sequential?: boolean

    Whether to run multithreaded suites sequentially or in parallel.