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": { | |
be0676b3 APA |
12 | "microjob": "0.7.0", |
13 | "node-worker-threads-pool": "1.4.3", | |
bd0e5c4d | 14 | "piscina": "3.0.0", |
79e7d368 | 15 | "poolifier": "2.0.1", |
bd0e5c4d | 16 | "threads": "1.6.4", |
292ad316 | 17 | "threadwork": "0.6.0", |
be0676b3 | 18 | "worker-threads-pool": "2.0.0", |
bd0e5c4d | 19 | "workerpool": "6.1.4" |
be0676b3 APA |
20 | } |
21 | } |