X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=benchmarks%2Fbenchmarks-types.mjs;h=69ccce0dc771eb482a1d2bb1a81cc29ef4331f10;hb=8ea47589a8f04b7018bd39c230d68de456c27bb0;hp=cbd254e09190826b9baa89cb27c2d2bda5bfb371;hpb=932da73291d65036a331363d6301072c023d1bd9;p=poolifier.git diff --git a/benchmarks/benchmarks-types.mjs b/benchmarks/benchmarks-types.mjs index cbd254e0..69ccce0d 100644 --- a/benchmarks/benchmarks-types.mjs +++ b/benchmarks/benchmarks-types.mjs @@ -1,16 +1,6 @@ -export const WorkerFunctions = { +export const TaskFunctions = { jsonIntegerSerialization: 'jsonIntegerSerialization', fibonacci: 'fibonacci', factorial: 'factorial', readWriteFiles: 'readWriteFiles' } - -export const PoolTypes = { - fixed: 'fixed', - dynamic: 'dynamic' -} - -export const WorkerTypes = { - thread: 'thread', - cluster: 'cluster' -}