chore: fix trivial typo in code comment
[poolifier.git] / worker-nodes / function-to-bench-worker.js
1 'use strict'
2 const functionToBench = require('../../functions/function-to-bench')
3 module.exports = { functionToBench }