X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=benchmarks%2Fversus-external-pools%2Fpackage.json;h=55c4cafe1b342dd72bd3042a225a9cbae55310c5;hb=92caf8ecd4619f449f9496c4aef40f9deeab4fe5;hp=d1e5485f2d67a329eeef3c03343f7bfd06b2a0dc;hpb=935f9dbfab43a61ffa756313e6088adc2261a79d;p=poolifier.git diff --git a/benchmarks/versus-external-pools/package.json b/benchmarks/versus-external-pools/package.json index d1e5485f..55c4cafe 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-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", @@ -10,21 +11,19 @@ "pnpm": ">=8.6.0" }, "volta": { - "node": "18.16.0", - "pnpm": "8.6.2" + "node": "18.17.1", + "pnpm": "8.7.1" }, "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": "4.0.0", - "poolifier": "2.6.2", - "threads": "1.7.0", - "threadwork": "0.6.0", - "tinypool": "0.5.0", - "worker-nodes": "2.5.0", - "workerpool": "6.4.0" + "piscina": "4.1.0", + "poolifier": "2.6.41", + "tinypool": "0.8.0", + "worker-nodes": "2.6.0", + "workerpool": "6.4.2" } }