UNPKG

@dapplion/benchmark

Version:

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

3 lines 241 B
import { Benchmark, BenchmarkHistory, Opts } from "../types.js"; export declare function appendBenchmarkToHistoryAndPrune(history: BenchmarkHistory, newBench: Benchmark, branch: string, opts: Opts): void; //# sourceMappingURL=append.d.ts.map