Skip to content

Releases: tsenart/vegeta

Bug fixes

22 May 18:03
Compare
Choose a tag to compare

This release fixes two bugs:

  • Command line header flag values can now contain colons.
  • vegeta.NewMetrics accepts an empty Results slice without panic.

Some bug fixes

29 Apr 21:27
Compare
Choose a tag to compare
  • [@tredman] Fix Vegeta plot labels
  • [@xla, @tsenart] Include response body transfer time in latency results

Request body, improved CLI usage

09 Apr 23:37
Compare
Choose a tag to compare

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

03 Feb 00:12
Compare
Choose a tag to compare
  • Errors plotting
  • Request timeouts
  • Redirects option

Host header is now set correctly

22 Jan 17:30
Compare
Choose a tag to compare

Add 50th latency percentile to metrics

21 Jan 14:12
Compare
Choose a tag to compare
Merge pull request #41 from tsenart/50p

Add 50th latency percentile to Metrics

Plot download

17 Jan 21:55
Compare
Choose a tag to compare

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.