UNPKG

@dapplion/benchmark

Version:

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

3 lines 155 B
import { BenchmarkOpts, Opts } from "./types.js"; export declare function run(opts: Opts & BenchmarkOpts): Promise<void>; //# sourceMappingURL=run.d.ts.map