perf: switch benchmarks to factorial(50000)
[poolifier.git] / examples / typescript / http-server-pool / fastify-worker_threads / package.json
index a3c76a71831288f2ecb6841f0cc0ac00af3b5098..6f7c35a2f823c51d339cdc33607b523cb71a7755 100644 (file)
@@ -15,7 +15,7 @@
     "start": "node --enable-source-maps dist/main.js",
     "test": "echo \"Error: no test specified\" && exit 1",
     "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"
+    "benchmark:factorial": "autocannon -c 100 -d 30 -p 10 http://localhost:8080/api/factorial/50000"
   },
   "keywords": [],
   "author": "",