v1.2
New in v1.2
--print
and--no-print
flags were implemented (as per #25). Read more about usage in GoDoc. In short, you can now choose what to output (a combination of(intro, progress and results)
ornothing
at all);- user-defined output templates. Thorough documentation can be found here. There are also two builtin templates, that you can look at as an example;
- 95-th percentile were added by @Salmonz (per suggestion from #28).
Other things
- A bug reported in #27 were fixed;
- It turned out (thanks to #32) that Go's
net/http
used chunked transfer encoding when it wasn't supposed to. This is now fixed.
Thanks
To all the people who shared links to this tool, wrote (blog)posts about it, reported bugs, sent PRs or otherwise contributed to this project. And even more praise goes to those who will continue to do so. 🎉