Releases: tsenart/vegeta
Releases · tsenart/vegeta
Support custom x509 TLS Certificates
This release adds the -cert
flag to vegeta which enables the usage of user-provided certificates for HTTPS requests.
Memory improvement
This release removes some unnecessary memory overhead.
Local address, better timeouts, slicker APIs
This release includes three improvements:
- Now one can specify which local IP address to use.
- Timeout now includes connection timeout as well as response timeout.
Attacker
API simplified to be immutable by passing all required state throughNewAttacker
instead of setters.
Bug fixes
Some bug fixes
Request body, improved CLI usage
This release includes the option to specify a request body in the attack command as well as better usage output of vegeta -h
.
Some APIs were changed to support this, namely on method of Targets
.
http://godoc.org/github.com/tsenart/vegeta/lib#Targets
Error plotting, requests timeout and redirects options
- Errors plotting
- Request timeouts
- Redirects option
Host header is now set correctly
Add 50th latency percentile to metrics
Merge pull request #41 from tsenart/50p Add 50th latency percentile to Metrics
Plot download
This is the first release using Github releases and semantic versioning, so we're starting with v1.0.0.
- Added functionality to download the reported HTML plot as a PNG. Thanks @Nesquick.