UNPKG

@dapplion/benchmark

Version:

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

3 lines 241 B
import { BenchmarkComparision, Benchmark } from "../types.js"; export declare function computeBenchComparision(currBench: Benchmark, prevBench: Benchmark | null, threshold: number): BenchmarkComparision; //# sourceMappingURL=compute.d.ts.map