mcollina / autocannon

fast HTTP/1.1 benchmarking tool written in Node.js
MIT License
7.83k stars 325 forks source link

assume --on-port if there is '-- node server.js' #180

Open mcollina opened 5 years ago

mcollina commented 5 years ago

Currently we have to do:

autocannon  --on-port / -- node bare

However it would be more usable/friendly if we did

autocannon  / -- node bare

We can basically assume --on-port if there is -- node.

karankraina commented 1 week ago

@mcollina Can I pick this ?