X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=benchmarks%2Fversus-external-pools%2Fpackage.json;h=5dbf87a038230b08b9d17514546935f4898a1176;hb=02749105fad5c3de792acbe23ed8dae1915ba2aa;hp=e810adfae1579b79e8b15734420167f8720fb027;hpb=3e1f468a6b30654b2ea63f87e3de1e01e808b322;p=poolifier.git diff --git a/benchmarks/versus-external-pools/package.json b/benchmarks/versus-external-pools/package.json index e810adfa..5dbf87a0 100644 --- a/benchmarks/versus-external-pools/package.json +++ b/benchmarks/versus-external-pools/package.json @@ -1,21 +1,27 @@ { "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.5" + }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { - "microjob": "0.7.0", "node-worker-threads-pool": "1.5.1", - "piscina": "3.2.0", - "poolifier": "2.4.6", - "threads": "1.7.0", - "threadwork": "0.6.0", - "worker-nodes": "2.4.0", + "piscina": "4.0.0", + "poolifier": "2.6.6", + "tinypool": "0.6.0", + "worker-nodes": "2.6.0", "workerpool": "6.4.0" } }