X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=benchmarks%2Fbenchmarks-utils.cjs;h=b4a0d9bd8dd518420330ea5700fe1972b6995027;hb=e0ab0e1d05daf5f2e815866272ce41716f6f6703;hp=4dd1227b00b2362b393b47113e70a154aad6fe87;hpb=bbbf303c069e3763defd0452177340d805e9b1f6;p=poolifier.git diff --git a/benchmarks/benchmarks-utils.cjs b/benchmarks/benchmarks-utils.cjs index 4dd1227b..b4a0d9bd 100644 --- a/benchmarks/benchmarks-utils.cjs +++ b/benchmarks/benchmarks-utils.cjs @@ -89,8 +89,8 @@ const runPoolifierPoolBenchmark = async ( ) => { return await new Promise((resolve, reject) => { const pool = buildPoolifierPool(workerType, poolType, poolSize) - const suite = new Benchmark.Suite(name) try { + const suite = new Benchmark.Suite(name) for (const workerChoiceStrategy of Object.values( WorkerChoiceStrategies )) {