X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=benchmarks%2Fversus-external-pools%2Fpackage.json;h=965cd16cb5a0530cb234407caf7a789b1a90d2c2;hb=7d9756e3c95d4f46fab5f17080b107b825ec3890;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..965cd16c 100644 --- a/benchmarks/versus-external-pools/package.json +++ b/benchmarks/versus-external-pools/package.json @@ -1,20 +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": { - "microjob": "0.7.0", + "nanothreads": "0.3.7", "node-worker-threads-pool": "1.5.1", - "piscina": "3.2.0", - "poolifier": "2.3.3", - "threads": "1.7.0", - "threadwork": "0.6.0", - "workerpool": "6.2.1" + "piscina": "4.1.0", + "poolifier": "2.6.25", + "tinypool": "0.7.0", + "worker-nodes": "2.6.0", + "workerpool": "6.4.0" } }