UNPKG

@thi.ng/bench

Version:

Benchmarking & profiling utilities w/ various statistics & formatters (CSV, JSON, Markdown etc.)

3 lines 222 B
import type { Benchmark, BenchmarkResult, BenchmarkSuiteOpts } from "./api.js"; export declare const suite: (cases: Benchmark[], opts?: Partial<BenchmarkSuiteOpts>) => BenchmarkResult[]; //# sourceMappingURL=suite.d.ts.map