X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=benchmarks%2Finternal%2Fthread-worker.mjs;h=b0994e77bd1af7183f98559481e43fdaf7ec92bb;hb=55d7d6002049be09a06b08da26febe2e8bfa494b;hp=5c6a691e47af247dde38a075a3cd4c78cc15d02c;hpb=440042a64e5beb9e3e97f513198f4bd2d4a896a6;p=poolifier.git diff --git a/benchmarks/internal/thread-worker.mjs b/benchmarks/internal/thread-worker.mjs index 5c6a691e..b0994e77 100644 --- a/benchmarks/internal/thread-worker.mjs +++ b/benchmarks/internal/thread-worker.mjs @@ -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 || {}