build(deps): bump fastify
[poolifier.git] / examples / typescript / http-server-pool / fastify-hybrid / package.json
index c42916a01082a1ad24ddca8f86561e36fae12a04..b7ceda4ea9a9adc28c0d8fb48740aa45f8bc460d 100644 (file)
@@ -14,8 +14,8 @@
     "start": "node dist/main.cjs",
     "start:esm": "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": "",
@@ -23,7 +23,7 @@
   "dependencies": {
     "fastify": "^4.22.0",
     "fastify-plugin": "^4.5.1",
-    "poolifier": "^2.6.38"
+    "poolifier": "^2.6.39"
   },
   "devDependencies": {
     "@rollup/plugin-typescript": "^11.1.3",