X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-server-pool%2Ffastify-worker_threads%2Fpackage.json;h=add36eebac169bbe44157496d3ade4957643fcaa;hb=106d1a0638cef3b918942f5522debc06e1049ae0;hp=3361987485afdf3cc5825f3ba357767ebf973ead;hpb=13db0f72acbebef06deee71b28baf220531f2c43;p=poolifier.git diff --git a/examples/typescript/http-server-pool/fastify-worker_threads/package.json b/examples/typescript/http-server-pool/fastify-worker_threads/package.json index 33619874..add36eeb 100644 --- a/examples/typescript/http-server-pool/fastify-worker_threads/package.json +++ b/examples/typescript/http-server-pool/fastify-worker_threads/package.json @@ -6,27 +6,27 @@ "main": "dist/main.js", "type": "module", "volta": { - "node": "20.5.1", - "pnpm": "8.7.0" + "node": "20.6.1", + "pnpm": "8.7.5" }, "scripts": { "build": "pnpm build:clean && tsc", "build:clean": "tsc --build --clean", "start": "node dist/main.js", "test": "echo \"Error: no test specified\" && exit 1", - "benchmark:echo": "autocannon -c 60 -d 30 -p 10 -m POST -H Content-Type=application/json -b '{\"key1\":\"value1\", \"key2\":\"value2\"}' http://localhost:8080/api/echo", - "benchmark:factorial": "autocannon -c 60 -d 30 -p 10 http://localhost:8080/api/factorial/30" + "benchmark:echo": "autocannon -c 100 -d 30 -p 10 -m POST -H Content-Type=application/json -b '{\"key1\":\"value1\", \"key2\":\"value2\"}' http://localhost:8080/api/echo", + "benchmark:factorial": "autocannon -c 100 -d 30 -p 10 http://localhost:8080/api/factorial/30" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { - "fastify": "^4.22.0", + "fastify": "^4.23.2", "fastify-plugin": "^4.5.1", - "poolifier": "^2.6.39" + "poolifier": "^2.6.44" }, "devDependencies": { - "@types/node": "^20.5.7", + "@types/node": "^20.6.1", "autocannon": "^7.12.0", "typescript": "^5.2.2" }