docs: update benchmarks vs. external pools
[poolifier.git] / benchmarks / versus-external-pools / fixed-piscina.js
index 8a92dbea5b6a7709f8b2df90b77f7a8ce170d394..5ddc612f642bea56b4663116c9f5ba860bfd84cb 100644 (file)
@@ -12,6 +12,7 @@ const data = {
 const piscina = new Piscina({
   filename: './workers/piscina/function-to-bench-worker.js',
   minThreads: size,
+  maxThreads: size,
   idleTimeout: 60000 // this is the same as poolifier default
 })