X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=benchmarks%2Fversus-external-pools%2Ffunctions%2Ffunction-to-bench.js;h=48a0fc78c8851f6c31c3e87d7d7d35eb3b6e0dc2;hb=144f78e0cf2579cbd0a05ea30bc95ac6b57050f3;hp=23312bfcac0b26794f20c253411f066baedbe854;hpb=8d3782faec08afef3370aaaadd06de2c1cb270fd;p=poolifier.git diff --git a/benchmarks/versus-external-pools/functions/function-to-bench.js b/benchmarks/versus-external-pools/functions/function-to-bench.js index 23312bfc..48a0fc78 100644 --- a/benchmarks/versus-external-pools/functions/function-to-bench.js +++ b/benchmarks/versus-external-pools/functions/function-to-bench.js @@ -1,6 +1,6 @@ module.exports = function (data) { if (data.taskType === 'CPU_INTENSIVE') { - // CPU Intensive task + // CPU intensive task for (let i = 0; i <= 5000; i++) { const o = { a: i