UNPKG

@dapplion/benchmark

Version:

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

5 lines 297 B
import { BenchmarkHistory, Benchmark } from "../types.js"; export declare const emptyBenchmarkHistory: BenchmarkHistory; export declare function validateBenchmark(data: Benchmark): void; export declare function validateHistory(history: BenchmarkHistory): void; //# sourceMappingURL=schema.d.ts.map