Refine release-it configuration
[poolifier.git] / benchmarks / versus-external-pools / workers / worker-threads-pool / function-to-bench-worker.js
1 'use strict'
2 const { workerData } = require('worker_threads')
3 const functionToBench = require('../../functions/function-to-bench')
4 functionToBench(workerData)