v10.0.0
What's new?
vegeta dump
is now calledvegeta encode
.vegeta encode
can automatically detect the encoding of its input files.vegeta encode
can encode results tojson
,csv
andgob
.vegeta attack
now supports flexible-rate
time units (e.g.50/m
,20/5s
20/s
)
Changelog
c9bc7f7 Merge pull request #318 from tsenart/302-dump-to-encode
08190d6 vegeta: Exclude deprecated cmds from help message
ba2df25 encode: Update README
a5cd801 report: Return deprecation error on plot reporter
442432c dump: Return deprecation error on dump command
9d45d92 encode: Improved command usage documentation
f01a574 encode: Handle interrupt signal
d72f3f9 encode: Auto-detect input encoding
95a0473 encode: Reuse constants for flag usage strings
297a32e encode: Include "vegeta" in FlagSet name
869ca32 README: Improve wording
5887fa3 dump: Rework command to encode
28b59f1 Merge pull request #321 from tsenart/flex-rate
68f64e8 attack: Introduce flexible vegeta.Rate