From e8114b2331ef47224aae1221693d8c9011ef7926 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 16 Sep 2023 22:03:06 +0200 Subject: [PATCH 1/1] test: refine benchmark configuration MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- benchmarks/internal/bench.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/internal/bench.mjs b/benchmarks/internal/bench.mjs index 7d3e90f2..c20b011f 100644 --- a/benchmarks/internal/bench.mjs +++ b/benchmarks/internal/bench.mjs @@ -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') -- 2.34.1