UNPKG

iso-bench

Version:

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

6 lines (5 loc) 136 B
export * from "./IsoBench"; export * from "./Processor"; export * from "./Test"; export * from "./Fork"; export * from "./WorkerSetup";