X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=benchmarks%2Fversus-external-pools%2Fstatic-suchmokuo-node-worker-threads-pool.js;h=fa151d586947c719db67f6697314d0b2779284dd;hb=f9ab13ca6b2cc8e96ab98910e2d3501981c3fc30;hp=df7edd81519e0500305b0de60885ab43bc13dd8d;hpb=be0676b3936d75f22ce55b0f71a1fb03d008a01c;p=poolifier.git diff --git a/benchmarks/versus-external-pools/static-suchmokuo-node-worker-threads-pool.js b/benchmarks/versus-external-pools/static-suchmokuo-node-worker-threads-pool.js index df7edd81..fa151d58 100644 --- a/benchmarks/versus-external-pools/static-suchmokuo-node-worker-threads-pool.js +++ b/benchmarks/versus-external-pools/static-suchmokuo-node-worker-threads-pool.js @@ -2,12 +2,13 @@ const { DynamicPool, StaticPool } = require('node-worker-threads-pool') // FINISH IMPORT LIBRARIES // IMPORT FUNCTION TO BENCH -const functionToBench = require('./functions/json-stringify') +const functionToBench = require('./functions/function-to-bench') // FINISH IMPORT FUNCTION TO BENCH const size = process.env.POOL_SIZE const iterations = process.env.NUM_ITERATIONS const data = { - test: 'MYBENCH' + test: 'MYBENCH', + taskType: process.env['TASK_TYPE'] } const pool = new StaticPool({