refactor: partially revert ESM conversion in benchmarking code
[poolifier.git] / benchmarks / versus-external-pools / pool-threadwork.mjs
index 4541e58c97a8833f07185ab9d735e269787685f3..545c013eddbbd3e8d016b13080f7e1610fba2999 100644 (file)
@@ -2,7 +2,7 @@
 import { ThreadPool } from 'threadwork'
 // 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)