fix: make benchmark vs. external pools self-contained
[poolifier.git] / benchmarks / versus-external-pools / fixed-piscina.mjs
index 97150f5e07132b4f99388ad56d7ee87f8af0acf6..761586ac98e36efd9deed4a29be16a1dd602f452 100644 (file)
@@ -1,5 +1,5 @@
 import Piscina from 'piscina'
-import { executeAsyncFn } from '../benchmarks-utils.mjs'
+import { executeAsyncFn } from './utils.mjs'
 
 const size = parseInt(process.env.POOL_SIZE)
 const iterations = parseInt(process.env.NUM_ITERATIONS)