X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=benchmarks%2Fversus-external-pools%2Fpackage.json;h=a024bd342516ddeffcd44b4d6156afc45a1a6c47;hb=ee2c6b5a4a833f3fb37cc429a9658209302d51d6;hp=fe74923a4efeaf79067258a18f068263fe126397;hpb=73cda44834b69b6120f256d40351a504fb86c1ae;p=poolifier.git diff --git a/benchmarks/versus-external-pools/package.json b/benchmarks/versus-external-pools/package.json index fe74923a..a024bd34 100644 --- a/benchmarks/versus-external-pools/package.json +++ b/benchmarks/versus-external-pools/package.json @@ -5,6 +5,14 @@ "private": true, "main": "index.js", "author": "pioardi", + "engines": { + "node": ">=16.14.0", + "pnpm": ">=8.6.0" + }, + "volta": { + "node": "18.16.0", + "pnpm": "8.6.0" + }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, @@ -12,9 +20,10 @@ "microjob": "0.7.0", "node-worker-threads-pool": "1.5.1", "piscina": "3.2.0", - "poolifier": "2.3.3", + "poolifier": "2.5.3", "threads": "1.7.0", "threadwork": "0.6.0", - "workerpool": "6.2.1" + "worker-nodes": "2.4.0", + "workerpool": "6.4.0" } }