UNPKG

iso-bench

Version:

Small benchmark library focused in avoiding optimization/deoptimization pollution between tests by isolating them.

2 lines (1 loc) 130 B
export declare function getDiff(cycles: number, callback: (setupData?: unknown) => void, setup?: (() => unknown) | null): number;