X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=benchmarks%2Fversus-external-pools%2Ffunctions%2Ffunction-to-bench.js;h=ecc39a1c92be59327bd6b7d9d141c8bbf485b4be;hb=563b18cd8fe9c211f15e9da91a299f2819abea01;hp=eca756b715d3a0052c99db37aafe9cc6ab1e3492;hpb=8ad621cc1d32ed396fca3ef2ec48337e42d2dcc2;p=poolifier.git diff --git a/benchmarks/versus-external-pools/functions/function-to-bench.js b/benchmarks/versus-external-pools/functions/function-to-bench.js index eca756b7..ecc39a1c 100644 --- a/benchmarks/versus-external-pools/functions/function-to-bench.js +++ b/benchmarks/versus-external-pools/functions/function-to-bench.js @@ -5,7 +5,7 @@ * @param {*} data The worker data. * @returns {*} The result. */ -const functionToBench = (data) => { +const functionToBench = data => { const crypto = require('crypto') const fs = require('fs') const TaskTypes = {