refactor: cleanup internal benchmark code
[poolifier.git] / tests / worker-files / cluster / echoWorker.js
index 9bcae28163bf475972f334623505e4a23531ed64..f9308c70c4bbbecfa0d205db06867a46562e2ac2 100644 (file)
@@ -1,5 +1,5 @@
 'use strict'
-const { ClusterWorker, KillBehaviors } = require('../../../lib/index')
+const { ClusterWorker, KillBehaviors } = require('../../../lib')
 
 function echo (data) {
   return data