refactor: refine autocannon parameters
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 30 Aug 2023 23:33:46 +0000 (01:33 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 30 Aug 2023 23:33:46 +0000 (01:33 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
examples/typescript/http-server-pool/express-cluster/package.json
examples/typescript/http-server-pool/express-hybrid/package.json
examples/typescript/http-server-pool/express-worker_threads/package.json
examples/typescript/http-server-pool/fastify-cluster/package.json
examples/typescript/http-server-pool/fastify-hybrid/package.json
examples/typescript/http-server-pool/fastify-worker_threads/package.json

index 3ebddda3a83b982e2584294a3999e991bc77cd5d..ddde88486c3b35afa3000eef08088a812c5975fb 100644 (file)
@@ -14,8 +14,8 @@
     "start": "node dist/main.cjs",
     "start:esm": "node dist/main.mjs",
     "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": "",
index 261b2e2d2d8344326836db6113ff7097c1da2877..18c38580874727a909b49a89d1200c8d964d7728 100644 (file)
@@ -14,8 +14,8 @@
     "start": "node dist/main.cjs",
     "start:esm": "node dist/main.mjs",
     "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": "",
index d779daec9279e52a6139328d80665041778e8f3f..bd5e622d823dcbcffe0e22542d222e1ee0cf45fa 100644 (file)
@@ -14,8 +14,8 @@
     "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": "",
index feb4feb9642d25c4c6293486f71de80dec94aee4..6322ff168cd398641e8f243d6914cb63f9cdd2c1 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": "",
index b80bc7a27bb673b57e7a88114270526af6d9a5c7..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": "",
index 3361987485afdf3cc5825f3ba357767ebf973ead..8914fc391da4e33fad7e283cd7ddc4bbfa097cef 100644 (file)
@@ -14,8 +14,8 @@
     "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": "",