Benchmarks and performance enhancements (#209)
[poolifier.git] / benchmarks / internal / cluster / worker.js
similarity index 82%
rename from benchmarks/cluster/worker.js
rename to benchmarks/internal/cluster/worker.js
index 82408e69bfb8d6eb1090953412b5470f9e8496f0..c7211b7bfd2b9fe5883059ef9bba8771d614381d 100644 (file)
@@ -1,5 +1,5 @@
 'use strict'
-const { ClusterWorker } = require('../../lib/index')
+const { ClusterWorker } = require('../../../lib/index')
 
 function yourFunction (data) {
   for (let i = 0; i <= 1000; i++) {