perf: workaround ESM issue with cluster
[poolifier.git] / benchmarks / internal / thread-worker.mjs
index 5c6a691e47af247dde38a075a3cd4c78cc15d02c..b0994e77bd1af7183f98559481e43fdaf7ec92bb 100644 (file)
@@ -1,7 +1,7 @@
 import { isMainThread } from 'node:worker_threads'
 import { ThreadWorker } from '../../lib/index.mjs'
-import { executeTaskFunction } from '../benchmarks-utils.mjs'
-import { TaskFunctions } from '../benchmarks-types.mjs'
+import { executeTaskFunction } from '../benchmarks-utils.js'
+import { TaskFunctions } from '../benchmarks-types.js'
 
 const taskFunction = data => {
   data = data || {}