@thi.ng/bench
Version:
Benchmarking & profiling utilities w/ various statistics & formatters (CSV, JSON, Markdown etc.)
11 lines • 342 B
TypeScript
export * from "./api.js";
export * from "./bench.js";
export * from "./benchmark.js";
export * from "./now.js";
export * from "./profiler.js";
export * from "./suite.js";
export * from "./timed.js";
export * from "./format/csv.js";
export * from "./format/default.js";
export * from "./format/markdown.js";
//# sourceMappingURL=index.d.ts.map