X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=benchmarks%2Fversus-external-pools%2Ffixed-nanothreads.mjs;h=d18f71b51d82e6c92a56c017a989c2487016864c;hb=41e3e08eb7fbcde0a69cea17e697aacb222990a6;hp=d5572059d6dff3ec23ad3394df3691c48707c723;hpb=479ba9f6225633cd90167c26aa0fe0e79401b989;p=poolifier.git diff --git a/benchmarks/versus-external-pools/fixed-nanothreads.mjs b/benchmarks/versus-external-pools/fixed-nanothreads.mjs index d5572059..d18f71b5 100644 --- a/benchmarks/versus-external-pools/fixed-nanothreads.mjs +++ b/benchmarks/versus-external-pools/fixed-nanothreads.mjs @@ -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)