Add workerpool to external pools benchmark (#263)
[poolifier.git] / benchmarks / versus-external-pools / functions / function-to-bench.js
index 23312bfcac0b26794f20c253411f066baedbe854..48a0fc78c8851f6c31c3e87d7d7d35eb3b6e0dc2 100644 (file)
@@ -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