assume --on-port if there is '-- node server.js'
Author: mcollinaCreated Dec 1, 2018Updated Oct 11, 2024
Labelsenhancement
Currently we have to do:
autocannon --on-port / -- node bareHowever it would be more usable/friendly if we did
autocannon / -- node bareWe can basically assume --on-port if there is -- node.
Source: mcollina/autocannon