perf: use hyperfine-action for benchmark vs. external pools
[poolifier.git] / benchmarks / versus-external-pools / package.json
1 {
2 "$schema": "https://json.schemastore.org/package",
3 "name": "poolifier-benchmarks",
4 "version": "1.0.0",
5 "description": "This project contains benchmarks for the most used and popular Node.js worker_threads/cluster worker pools implementations",
6 "private": true,
7 "main": "index.js",
8 "author": "pioardi",
9 "engines": {
10 "node": ">=16.14.0",
11 "pnpm": ">=8.6.0"
12 },
13 "volta": {
14 "node": "18.18.0",
15 "pnpm": "8.7.6"
16 },
17 "scripts": {
18 "test": "echo \"Error: no test specified\" && exit 1"
19 },
20 "dependencies": {
21 "nanothreads": "0.3.7",
22 "node-worker-threads-pool": "1.5.1",
23 "piscina": "4.1.0",
24 "poolifier": "2.7.1",
25 "tinypool": "0.8.1",
26 "worker-nodes": "2.6.0",
27 "workerpool": "6.5.0"
28 }
29 }