Releases: tsenart/vegeta
v12.8.0
Changelog
7232e92 report: Round duration to the next most precise unit
8b582d6 attack: Improved Vegeta headers
c211f62 goimports -w
c9aafc7 Add header to target containing the sequence number (#470)
23128bb results: Remove redundant if check
08f5eea Capture HTTP headers in results (#474)
24b8392 Add the max-connections option (#475)
85244b4 Add web server benchmarking script (#451)
37da2b6 Report minimum latency (#446)
bd2bfbc metrics: Fix regression
7146527 lib: Fix Close method for empty Metrics
0f0809e Update go.*
836567e Remove dep files in favor of go mod (#469)
cad1a0e Disable Fuzz stage in Travis build
9cdfb77 Add .deepsource.toml
44a49c8 all: go-lint fixes
423f835 Add support for P90 in Metrics (#452)
fe238bd Fix comments between headers (#447) (#448)
96f1d0b Go 1.13 (#445)
740aef6 attack: Implement the -chunked flag (#455)
6159efd Minor grammar correction (#454)
ab06ddb Add URL and Method to Result struct (#438)
70ac8c7 Support HTTP CONNECT proxy headers (#434)
0dfc10f Integrate with Fuzzit (#432)
b5f4fca pacer: Introduce LinearPacer (#425)
v12.7.0
v12.6.0
v12.5.1
v12.5.0
v12.4.0
What's new?
vegeta plot
now merge-sorts series correctly by timestamp.vegeta plot
produces nicer and more intuitive colors for time series.
Changelog
e827e02 attacker: Simplify timeout configuration (#397)
620397c plot: Sort data points by time elapsed (#398)
579df76 main: Bugfix: Print all command line help text to stderr, not stdout (#393)
53e27da Add ARM 32bits architecture (#392)
v12.3.0
v12.2.1
v12.2.0
What's new?
- Comments are now supported in the HTTP targets format. Just begin a line with
#
and everything that follows will be ignored.
Changelog
65db074 Improve docs of HTTP target format comments
7b55bde Add comments support to HTTP targets format (#363)
0cabfc9 Merge pull request #365 from cappyzawa/fix/lint
a53fb5f fix based on golint
9a3da3a change lint command
94fd316 Merge pull request #362 from tsenart/improve-text-report-documentation
acd7edb README: Document text reporter
fd77981 Markdown format README
8c61ac5 internal/resolver: Remove deprecated Unsafe field
030b2ec lttb: Make test output less verbose
d8ea552 Merge pull request #358 from tsenart/go-mod-compatibility
8170d36 Make git tag naming scheme compatible with go mod
9c78428 attack: Fix TestDuration flake
v12.1.0
Whats new?
- The
report
command now supports live updates with the--every
flag. Pass something like100ms
for the report to be rendered on the screen at that rate.
Changelog
c120b94 Update README
cb67cbd report: Fix output flag usage string
c175690 Merge pull request #346 from tsenart/live-reporters
8f8d605 travis-ci: Fix golint install command
d4da877 report: Support --every flag for live updates
a2d8120 report: Stable order of status codes in text report
a3ce5a2 attack: Improve reliability of TestClient