test: refine benchmark configuration
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 16 Sep 2023 20:03:06 +0000 (22:03 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 16 Sep 2023 20:03:06 +0000 (22:03 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
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')