test: refine benchmark configuration
[poolifier.git] / benchmarks / internal / bench.mjs
index 7d3e90f288c478c84dd3cedabba6cb8a371a227a..c20b011f22afe762c36cde0ad6e7a1340586b170 100644 (file)
@@ -23,7 +23,7 @@ const fixedThreadPool = buildPoolifierPool(
 const taskExecutions = 1
 const workerData = {
   function: TaskFunctions.jsonIntegerSerialization,
-  taskSize: 100
+  taskSize: 1000
 }
 
 const poolifierSuite = new Benchmark.Suite('Poolifier')