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