X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=benchmarks%2Fversus-external-pools%2Fpackage.json;h=a3e0c8c4b6a4cac306ed122904c2cfe2d608b39d;hb=f9e7809305bba49c4f1d10e728e314bf336b149a;hp=b8b681e9e3fec6115c659a51dcf8dba138fce9b4;hpb=956cfeccbd168a90f3d9acb1729975cf3f861a77;p=poolifier.git diff --git a/benchmarks/versus-external-pools/package.json b/benchmarks/versus-external-pools/package.json index b8b681e9..a3e0c8c4 100644 --- a/benchmarks/versus-external-pools/package.json +++ b/benchmarks/versus-external-pools/package.json @@ -1,29 +1,29 @@ { + "$schema": "https://json.schemastore.org/package", "name": "poolifier-benchmarks", - "version": "1.0.0-internal", - "description": "This project contains benchmarks for the most used and popular Node.js thread/cluster pools implementations", + "version": "1.0.0", + "description": "This project contains benchmarks for the most used and popular Node.js worker_threads/cluster worker pools implementations", "private": true, "main": "index.js", "author": "pioardi", "engines": { - "node": ">=14.14.0", - "pnpm": ">=8.0.0" + "node": ">=16.14.0", + "pnpm": ">=8.6.0" }, "volta": { - "node": "18.16.0", - "pnpm": "8.4.0" + "node": "18.17.1", + "pnpm": "8.7.4" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { - "microjob": "0.7.0", + "nanothreads": "0.3.7", "node-worker-threads-pool": "1.5.1", - "piscina": "3.2.0", - "poolifier": "2.4.13", - "threads": "1.7.0", - "threadwork": "0.6.0", - "worker-nodes": "2.4.0", - "workerpool": "6.4.0" + "piscina": "4.1.0", + "poolifier": "2.6.42", + "tinypool": "0.8.0", + "worker-nodes": "2.6.0", + "workerpool": "6.4.2" } }