Commit | Line | Data |
---|---|---|
be0676b3 APA |
1 | { |
2 | "name": "poolifier-benchmarks", | |
3 | "version": "1.0.0-internal", | |
4 | "description": "This project contains benchmarks for the most used and popular Node.js thread/cluster pools implementations", | |
5 | "private": true, | |
6 | "main": "index.js", | |
7 | "author": "pioardi", | |
8 | "scripts": { | |
9 | "test": "echo \"Error: no test specified\" && exit 1" | |
10 | }, | |
11 | "dependencies": { | |
12 | "benchmark": "^2.1.4", | |
13 | "microjob": "0.7.0", | |
14 | "node-worker-threads-pool": "1.4.3", | |
15 | "piscina": "2.1.0", | |
02896460 | 16 | "poolifier": "2.0.0-beta.7", |
be0676b3 APA |
17 | "threads": "1.6.3", |
18 | "worker-threads-pool": "2.0.0", | |
19 | "workerpool": "6.1.0" | |
20 | } | |
21 | } |