UNPKG

@c4312/matcha

Version:

A caffeine driven, simple command line for benchmarking

10 lines (9 loc) 409 B
export { CsvReporter } from './reporters/csv'; export { JsonReporter } from './reporters/json'; export { PrettyReporter } from './reporters/pretty'; export { GatherReporter } from './reporters/gather'; export { JsonSummaryReporter } from './reporters/json-summary'; export * from './middleware/grep'; export * from './runner'; export * from './options'; export { RunFunction, IBenchmarkCase } from './suite';