UNPKG

@dapplion/benchmark

Version:

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

8 lines 282 B
export type BenchmarkResult = { id: string; averageNs: number; runsDone: number; totalMs: number; }; export declare function formatResultRow(result: BenchmarkResult, prevResult: BenchmarkResult | null, threshold: number): string; //# sourceMappingURL=format.d.ts.map