X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=benchmarks%2Fversus-external-pools%2Fpackage.json;h=9ddbf59e44a2352d910090b901dc5965e5280ba7;hb=fd13902fd959335e2c0f95d1b464317a2da8b6cf;hp=acf0ab4a9f438a71f8adf37a441148c96e3db487;hpb=0289646090c766a451aab11e7ab67a65f07221e4;p=poolifier.git diff --git a/benchmarks/versus-external-pools/package.json b/benchmarks/versus-external-pools/package.json index acf0ab4a..9ddbf59e 100644 --- a/benchmarks/versus-external-pools/package.json +++ b/benchmarks/versus-external-pools/package.json @@ -1,21 +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": ">=16.14.0", + "pnpm": ">=8.6.0" + }, + "volta": { + "node": "18.17.1", + "pnpm": "8.6.12" + }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { - "benchmark": "^2.1.4", - "microjob": "0.7.0", - "node-worker-threads-pool": "1.4.3", - "piscina": "2.1.0", - "poolifier": "2.0.0-beta.7", - "threads": "1.6.3", - "worker-threads-pool": "2.0.0", - "workerpool": "6.1.0" + "nanothreads": "0.3.7", + "node-worker-threads-pool": "1.5.1", + "piscina": "4.1.0", + "poolifier": "2.6.28", + "tinypool": "0.8.0", + "worker-nodes": "2.6.0", + "workerpool": "6.4.1" } }