refactor: cleanup internal benchmark code
[poolifier.git] / tests / worker-files / cluster / longRunningWorkerSoftBehavior.js
index ea53bbea5b42cbc2b83474074430101d59cb33f6..5c6fdf42679b72a7e213ce098240363016cf366c 100644 (file)
@@ -1,9 +1,9 @@
 'use strict'
-const { ClusterWorker } = require('../../../lib/index')
+const { ClusterWorker } = require('../../../lib')
 const TestUtils = require('../../test-utils')
 
 async function sleep (data) {
-  return await TestUtils.workerSleepFunction(data, 50000)
+  return TestUtils.sleepWorkerFunction(data, 50000)
 }
 
 module.exports = new ClusterWorker(sleep, {