X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=benchmarks%2Fversus-external-pools%2Ffunctions%2Ffunction-to-bench.js;h=565f811219cbccea2cdb1991b1c8a9a337fa9618;hb=6e9d10db05ac2bbc85373195a5c885d2492fee61;hp=48a0fc78c8851f6c31c3e87d7d7d35eb3b6e0dc2;hpb=46eec6ddf0904bb757d333c364885f1f6980caeb;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 48a0fc78..565f8112 100644 --- a/benchmarks/versus-external-pools/functions/function-to-bench.js +++ b/benchmarks/versus-external-pools/functions/function-to-bench.js @@ -1,7 +1,7 @@ module.exports = function (data) { if (data.taskType === 'CPU_INTENSIVE') { // CPU intensive task - for (let i = 0; i <= 5000; i++) { + for (let i = 0; i < 5000; i++) { const o = { a: i }