X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=benchmarks%2Fversus-external-pools%2Fpackage.json;h=317eebdabd01581056553bcf664c62c1768f5687;hb=fb579724ac2143c3ede08f911b9e8298919977d4;hp=596bc840b87f52f671b44b12e576dfc2521f22fe;hpb=be0676b3936d75f22ce55b0f71a1fb03d008a01c;p=poolifier.git diff --git a/benchmarks/versus-external-pools/package.json b/benchmarks/versus-external-pools/package.json index 596bc840..317eebda 100644 --- a/benchmarks/versus-external-pools/package.json +++ b/benchmarks/versus-external-pools/package.json @@ -1,21 +1,28 @@ { "name": "poolifier-benchmarks", - "version": "1.0.0-internal", + "version": "1.0.0", "description": "This project contains benchmarks for the most used and popular Node.js thread/cluster pools implementations", "private": true, "main": "index.js", "author": "pioardi", + "engines": { + "node": ">=16.14.0", + "pnpm": ">=8.6.0" + }, + "volta": { + "node": "18.16.1", + "pnpm": "8.6.8" + }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { - "benchmark": "^2.1.4", - "microjob": "0.7.0", - "node-worker-threads-pool": "1.4.3", - "piscina": "2.1.0", - "poolifier": "2.0.0-beta.6", - "threads": "1.6.3", - "worker-threads-pool": "2.0.0", - "workerpool": "6.1.0" + "nanothreads": "0.3.7", + "node-worker-threads-pool": "1.5.1", + "piscina": "4.0.0", + "poolifier": "2.6.17", + "tinypool": "0.7.0", + "worker-nodes": "2.6.0", + "workerpool": "6.4.0" } }