X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=benchmarks%2FexternalWorker.js;h=717f3338a0ec9fd6208861e65aab769c66a29858;hb=39deb558414d950b66aba79beabc20c90b85997a;hp=9fafbb5b2d7b92f53ff0ac74dd4e4a6566793763;hpb=57df5469cb6f9ffd7c3501f026f2659b3cf88f06;p=poolifier.git diff --git a/benchmarks/externalWorker.js b/benchmarks/externalWorker.js index 9fafbb5b..717f3338 100644 --- a/benchmarks/externalWorker.js +++ b/benchmarks/externalWorker.js @@ -1,7 +1,4 @@ -const { - isMainThread, - parentPort -} = require('worker_threads') +const { isMainThread, parentPort } = require('worker_threads') if (!isMainThread) { for (let i = 0; i <= 1000; i++) {