fix: make benchmark vs. external pools self-contained
[poolifier.git] / benchmarks / versus-external-pools / fixed-nanothreads.mjs
index d5572059d6dff3ec23ad3394df3691c48707c723..d18f71b51d82e6c92a56c017a989c2487016864c 100644 (file)
@@ -1,5 +1,5 @@
 import { ThreadPool } from 'nanothreads'
-import { executeAsyncFn } from '../benchmarks-utils.mjs'
+import { executeAsyncFn } from './utils.mjs'
 import functionToBench from './functions/function-to-bench.js'
 
 const size = parseInt(process.env.POOL_SIZE)