X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=benchmarks%2Fbenchmarks-types.js;h=eaaf05d1be4df25ed55259d5878f26ff39c00bc1;hb=0bc53e954d6d832092db4ea6ccea8b0f8f071ebe;hp=4411fbbe3a4a39499e81bf45f5892905fafd7981;hpb=bb615bd0adc6e3a7128e6a3826acf247ccd617e2;p=poolifier.git diff --git a/benchmarks/benchmarks-types.js b/benchmarks/benchmarks-types.js index 4411fbbe..eaaf05d1 100644 --- a/benchmarks/benchmarks-types.js +++ b/benchmarks/benchmarks-types.js @@ -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 }