Merge dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-worker_thr...
[poolifier.git] / examples / typescript / http-server-pool / express-cluster / package.json
index 3ebddda3a83b982e2584294a3999e991bc77cd5d..aa7e7f851e7dd076e3c1a25bf16ee5e0f694eae8 100644 (file)
@@ -7,22 +7,22 @@
   "type": "module",
   "volta": {
     "node": "20.5.1",
-    "pnpm": "8.7.0"
+    "pnpm": "8.7.1"
   },
   "scripts": {
     "build": "rollup --config",
     "start": "node dist/main.cjs",
-    "start:esm": "node dist/main.mjs",
+    "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": "",
   "license": "ISC",
   "dependencies": {
     "express": "^4.18.2",
-    "poolifier": "^2.6.39"
+    "poolifier": "^2.6.40"
   },
   "devDependencies": {
     "@rollup/plugin-typescript": "^11.1.3",