build(deps-dev): apply updates
[poolifier.git] / benchmarks / benchmarks-types.js
index 4411fbbe3a4a39499e81bf45f5892905fafd7981..eaaf05d1be4df25ed55259d5878f26ff39c00bc1 100644 (file)
@@ -1,18 +1,8 @@
-const WorkerFunctions = {
+const TaskFunctions = {
   jsonIntegerSerialization: 'jsonIntegerSerialization',
   fibonacci: 'fibonacci',
   factorial: 'factorial',
   readWriteFiles: 'readWriteFiles'
 }
 
-const PoolTypes = {
-  fixed: 'fixed',
-  dynamic: 'dynamic'
-}
-
-const WorkerTypes = {
-  thread: 'thread',
-  cluster: 'cluster'
-}
-
-module.exports = { PoolTypes, WorkerFunctions, WorkerTypes }
+module.exports = { TaskFunctions }