X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=benchmarks%2Fversus-external-pools%2Fpackage.json;h=750bb4ab33e3ed9d941766265a8ca88ed3aab4c6;hb=e9665c436c5774e764c2ecbf927d32cd75092fed;hp=a7dd00be1488ebcfae6177f3c8b4c09fd0bb483d;hpb=75281c1fd23f2f3a96fef2ddbf466991ef713ff1;p=poolifier.git diff --git a/benchmarks/versus-external-pools/package.json b/benchmarks/versus-external-pools/package.json index a7dd00be..750bb4ab 100644 --- a/benchmarks/versus-external-pools/package.json +++ b/benchmarks/versus-external-pools/package.json @@ -1,7 +1,8 @@ { + "$schema": "https://json.schemastore.org/package", "name": "poolifier-benchmarks", "version": "1.0.0", - "description": "This project contains benchmarks for the most used and popular Node.js thread/cluster pools implementations", + "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", @@ -10,8 +11,8 @@ "pnpm": ">=8.6.0" }, "volta": { - "node": "18.17.0", - "pnpm": "8.6.11" + "node": "18.18.0", + "pnpm": "8.7.6" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" @@ -19,10 +20,10 @@ "dependencies": { "nanothreads": "0.3.7", "node-worker-threads-pool": "1.5.1", - "piscina": "4.0.0", - "poolifier": "2.6.20", - "tinypool": "0.7.0", + "piscina": "4.1.0", + "poolifier": "2.6.45", + "tinypool": "0.8.1", "worker-nodes": "2.6.0", - "workerpool": "6.4.0" + "workerpool": "6.5.0" } }