refactor: partially revert ESM conversion in benchmarking code
[poolifier.git] / benchmarks / versus-external-pools / fixed-microjob.mjs
index f4e121a549bdfdb1aca2f935eac690f503ad1171..850758656f5c9725e7118260eed223c3d52378a3 100644 (file)
@@ -2,7 +2,7 @@
 import { job, start } from 'microjob'
 // 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)