UNPKG

iso-bench

Version:

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

7 lines (6 loc) 148 B
export type SetupMessage = { testIndex: number; benchName: string; }; declare let WorkerSetup: SetupMessage | null; export { WorkerSetup };