feat: add support for mitata benchmark
[poolifier.git] / benchmarks / internal / thread-worker.mjs
index e7c58f70cf336dfed2e4e167d925b089bd3d4f91..232881b52e77dfbe1669f0d27fe62f059206a8a6 100644 (file)
@@ -2,7 +2,7 @@ import { isMainThread } from 'node:worker_threads'
 
 import { ThreadWorker } from '../../lib/index.mjs'
 import { TaskFunctions } from '../benchmarks-types.cjs'
-import { executeTaskFunction } from '../benchmarks-utils.cjs'
+import { executeTaskFunction } from '../benchmarks-utils.mjs'
 
 const taskFunction = data => {
   data = data || {}