1 import { exit } from 'node:process'
7 } from '../../lib/index.mjs'
8 import { TaskFunctions } from '../benchmarks-types.cjs'
9 import { runPoolifierPoolBenchmark } from '../benchmarks-utils.cjs'
11 const poolSize = availableParallelism()
12 const taskExecutions = 1
14 function: TaskFunctions.jsonIntegerSerialization,
19 await runPoolifierPoolBenchmark(
31 await runPoolifierPoolBenchmark(
43 await runPoolifierPoolBenchmark(
55 await runPoolifierPoolBenchmark(