From: Jérôme Benoit Date: Mon, 17 Oct 2022 22:21:57 +0000 (+0200) Subject: Benchmarks: remove debug code X-Git-Tag: v2.3.5~17 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=8c97ee641800a73d02516dad3e6b5172ec477e2d;p=poolifier.git Benchmarks: remove debug code Signed-off-by: Jérôme Benoit --- diff --git a/benchmarks/versus-external-pools/functions/function-to-bench.js b/benchmarks/versus-external-pools/functions/function-to-bench.js index 7ecc7e12..b3e19fe9 100644 --- a/benchmarks/versus-external-pools/functions/function-to-bench.js +++ b/benchmarks/versus-external-pools/functions/function-to-bench.js @@ -6,7 +6,6 @@ const TaskTypes = { } module.exports = function (data) { - console.log('functionToBench', data) data = data || {} data.taskType = data.taskType || TaskTypes.CPU_INTENSIVE data.taskSize = data.taskSize || 5000