99af6ea6190780a2d6606950ae7d69e53a4fb4c9
[poolifier.git] / function-to-bench-worker.js
1 'use strict'
2 const { ThreadWorker } = require('poolifier')
3 const functionToBench = require('../../functions/function-to-bench')
4 module.exports = new ThreadWorker(functionToBench)