X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=benchmarks%2Fversus-external-pools%2Fpackage.json;h=b6ba6fa32b6c575d6a6af4c5eeb5e4872ddff7f0;hb=767fa28f0ae185fd121b8f1f992a49b5f25fb157;hp=14fc72005ee9be9eca35ca3e208daf40720f7796;hpb=25f5b5de1c522d29f7a16597245a2f7c9434b124;p=poolifier.git diff --git a/benchmarks/versus-external-pools/package.json b/benchmarks/versus-external-pools/package.json index 14fc7200..b6ba6fa3 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,18 +11,19 @@ "pnpm": ">=8.6.0" }, "volta": { - "node": "18.16.1", - "pnpm": "8.6.5" + "node": "18.17.1", + "pnpm": "8.7.5" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { + "nanothreads": "0.3.7", "node-worker-threads-pool": "1.5.1", - "piscina": "4.0.0", - "poolifier": "2.6.5", - "tinypool": "0.6.0", + "piscina": "4.1.0", + "poolifier": "2.6.44", + "tinypool": "0.8.0", "worker-nodes": "2.6.0", - "workerpool": "6.4.0" + "workerpool": "6.4.2" } }