Releases: mcollina/autocannon
Releases · mcollina/autocannon
v0.8.0
- HTTPS support #30 by @thekemkid
- Timeout if request is taking too much time #29 #31 by @thekemkid
v0.7.0
- Added a bailout option to stop the load test in case of errors #24 by @thekemkid
- Support customizing the request before the first go #22 by @thekemkid
v0.6.0
- Support
setBody()
setHeaders()
and setHeadersAndBody()
#14 by @thekemkid
- Support rendering the progress bar and all the CLI output programmatically #13 by @thekemkid
- Correctly track stddev when pipelining is used #17 by @thekemkid
- Better documentation and validations #19 by @thekemkid
v0.5.1
- Do not print "pipelining factor"
v0.5.0
- Fixed format of the total number of requests
- Handle CTRL-C so that it prints the results so far
v0.4.0
- use --body for inlining a body, --input for specifying a file #4
- support body as strings on the API #
v0.3.1
- Republished because checked out with windows with
\r\n
.
v0.3.0
- Bumped native-hdr-histogram to 0.2.0
- Windows support