1.0!
Our first public release!
[1.0.0] - 2016-12-8
Added
- Added percent success to the output.
- Added target traffic per interval to the output.
- Optional latency histogram report to stdout.
- Adds a change indicator to the end of the line showing how many
orders of magnitude this line's p99 is over the previous 5. - Optional full latency CSV report to a given filename.
- Respect
http_proxy
environment variable. - Added
-totalRequests
flag for exiting after the given number of requests are issued. - Added a header line at the beginning of the test run.
Changed
- We no longer generate the i386 linux binaries for release.
- Removed
-reuse
deprecation warning. - Removed bytes received from the output.
- Removed
-url
, instead use the first argument from ARGV. - Use the new
/net/http/httptrace
package and measure latency as time to first byte. - No longer exit with an error code of 1 after cleanup