UNPKG

@dapplion/benchmark

Version:

Ensures that new code does not introduce performance regressions with CI. Tracks:

3 lines 248 B
import { Benchmark, BenchmarkOpts, BenchmarkResult, Opts } from "../types.js"; export declare function runMochaBenchmark(opts: Opts & BenchmarkOpts, prevBench: Benchmark | null): Promise<BenchmarkResult[]>; //# sourceMappingURL=mochaRunner.d.ts.map