perf: add measurement coverage to benchmark
[poolifier.git] / benchmarks / benchmarks-utils.mjs
index 8819c59255eb4cb6925e7463760695c2872924e8..48c8fc3e7cb7dacd019a4ca3ac8fa28749c61db5 100644 (file)
@@ -4,9 +4,11 @@ import {
   DynamicClusterPool,
   DynamicThreadPool,
   FixedClusterPool,
-  FixedThreadPool
+  FixedThreadPool,
+  PoolTypes,
+  WorkerTypes
 } from '../lib/index.mjs'
-import { PoolTypes, WorkerFunctions, WorkerTypes } from './benchmarks-types.mjs'
+import { WorkerFunctions } from './benchmarks-types.mjs'
 
 export const runTest = async (pool, { taskExecutions, workerData }) => {
   return new Promise((resolve, reject) => {