UNPKG

benchmark-meter

Version:

benchmark-meter is a straightforward benchmarking tool designed for measuring the performance of algorithms

7 lines (6 loc) 287 B
import { IBenchmarkOptions } from '../types'; export declare class ConfigHandler { static parse(options: IBenchmarkOptions | undefined): IBenchmarkOptions; static validateType({ repeat }: IBenchmarkOptions): void; static validateValue({ repeat }: IBenchmarkOptions): void; }