Benchmarks: remove debug code
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 17 Oct 2022 22:21:57 +0000 (00:21 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 17 Oct 2022 22:21:57 +0000 (00:21 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
benchmarks/versus-external-pools/functions/function-to-bench.js

index 7ecc7e12b89059b3878f443c3f594cb5c69f1773..b3e19fe95f81c76edec864b47812a4408b729a6c 100644 (file)
@@ -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