Skip to content

Commit

Permalink
Run the benchmark a little longer
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Nov 7, 2022
1 parent cb16f70 commit 7244109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -22,7 +22,7 @@
},
"homepage": "https://mojojs.org",
"scripts": {
"bench": "npx concurrently -k -s first \"NODE_ENV=production node benchmarks/hello/hello-mojo.js server\" \"npx autocannon -c 100 -d 5 -p 10 localhost:3000\"",
"bench": "npx concurrently -k -s first \"NODE_ENV=production node benchmarks/hello/hello-mojo.js server\" \"npx autocannon -W -c 100 -d 10 -p 15 localhost:3000\"",
"build": "npx tsc --build ./ ./test/support/ts/full-app",
"build:bench": "npm run build && npm run bench",
"build:clean": "npm run clean && npm run build",
Expand Down

0 comments on commit 7244109

Please sign in to comment.