X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=benchmarks%2Fversus-external-pools%2Fstatic-node-worker-threads-pool.mjs;h=b8a90ea321ccae3cf912b010ce8d4d21b30a7a53;hb=d09b37fc39a4d8b3d8930b5412ee0e26d0208e0e;hp=b943be5d4a60e1531371ce5151af359cde815674;hpb=8fca928868a8f73a16d5d990dda9a4480ea28ab5;p=poolifier.git diff --git a/benchmarks/versus-external-pools/static-node-worker-threads-pool.mjs b/benchmarks/versus-external-pools/static-node-worker-threads-pool.mjs index b943be5d..b8a90ea3 100644 --- a/benchmarks/versus-external-pools/static-node-worker-threads-pool.mjs +++ b/benchmarks/versus-external-pools/static-node-worker-threads-pool.mjs @@ -2,7 +2,7 @@ import { StaticPool } from 'node-worker-threads-pool' // FINISH IMPORT LIBRARIES // IMPORT FUNCTION TO BENCH -import functionToBench from './functions/function-to-bench.mjs' +import functionToBench from './functions/function-to-bench.js' // FINISH IMPORT FUNCTION TO BENCH const size = parseInt(process.env.POOL_SIZE) const iterations = parseInt(process.env.NUM_ITERATIONS)