mcollina / autocannon

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

Non-http usage? For CLI? #518

Closed jerrygreen closed 5 months ago

jerrygreen commented 5 months ago

I love the simplicity of autocannon api, it’s performance, it’s output.

Is there a suitable alternative to bench my cli tool, too?

mcollina commented 5 months ago

Unfortunately this tool is tailored to http. Node.js is not performant enough to benchmark cli tools right now.