refactor: partially revert ESM conversion in benchmarking code
[poolifier.git] / benchmarks / versus-external-pools / workers / threadjs / function-to-bench-worker.mjs
index d77174f92fac864bb706c70083ea7bc05eaf8db4..8217e22d9e7f79167c95acfd8dd0c56385fcad2b 100644 (file)
@@ -1,5 +1,5 @@
 import { expose } from 'threads/worker'
-import functionToBench from '../../functions/function-to-bench.mjs'
+import functionToBench from '../../functions/function-to-bench.js'
 
 expose({
   exposedFunction (data) {