Untangle pool abstract class from worker strategy selection (#234)
[poolifier.git] / benchmarks / versus-external-pools / functions / function-to-bench.js
index 0c9738e62282d1486ea57141332761a0fd9705e9..23312bfcac0b26794f20c253411f066baedbe854 100644 (file)
@@ -1,5 +1,5 @@
 module.exports = function (data) {
-  if ( data.taskType === 'CPU_INTENSIVE' ) {
+  if (data.taskType === 'CPU_INTENSIVE') {
     // CPU Intensive task
     for (let i = 0; i <= 5000; i++) {
       const o = {