X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=benchmarks%2Fbenchmarks-types.mjs;h=69ccce0dc771eb482a1d2bb1a81cc29ef4331f10;hb=c5bde3a17c9719820b136c202d4eeca0fb43cad9;hp=dcffd1369c5e946967b44e2b46a97bf2668db522;hpb=149fdbb9ad4a54f2a96409f2fe68b73c66149729;p=poolifier.git diff --git a/benchmarks/benchmarks-types.mjs b/benchmarks/benchmarks-types.mjs index dcffd136..69ccce0d 100644 --- a/benchmarks/benchmarks-types.mjs +++ b/benchmarks/benchmarks-types.mjs @@ -1,10 +1,6 @@ -import { PoolTypes, WorkerTypes } from '../lib/index.mjs' - -const WorkerFunctions = { +export const TaskFunctions = { jsonIntegerSerialization: 'jsonIntegerSerialization', fibonacci: 'fibonacci', factorial: 'factorial', readWriteFiles: 'readWriteFiles' } - -export { PoolTypes, WorkerFunctions, WorkerTypes }