@dapplion/benchmark
Version:
Ensures that new code does not introduce performance regressions with CI. Tracks:
8 lines • 354 B
TypeScript
import Mocha from "mocha";
import { Benchmark } from "../types.js";
interface ReporterConstructor {
new (runner: Mocha.Runner, options: Mocha.MochaOptions): Mocha.reporters.Base;
}
export declare function benchmarkReporterWithPrev(prevBench: Benchmark | null, threshold: number): ReporterConstructor;
export {};
//# sourceMappingURL=reporter.d.ts.map