Use prettierx and eslint native (#85)
[poolifier.git] / benchmarks / myBench.js
index 8835f1f5d4cec31feba03012fc7974df02810f91..b714ab9e3a3b24cac366a7e6aecaa0d39662a26c 100644 (file)
@@ -43,8 +43,9 @@ async function dynamicTest () {
       executions++
       if (executions === tasks) {
         console.log(
-          `Dynamic pool take ${Date.now() -
-            time} to work on ${executions} tasks`
+          `Dynamic pool take ${
+            Date.now() - time
+          } to work on ${executions} tasks`
         )
       }
     })
@@ -73,8 +74,9 @@ async function externalPoolTest () {
     }).then(res => {
       if (tasks === executions) {
         console.log(
-          `External pool take ${Date.now() -
-            time} to work  on ${executions} tasks`
+          `External pool take ${
+            Date.now() - time
+          } to work  on ${executions} tasks`
         )
       }
     })