What's Changed
- Added Dockerfile by @jnovack in https://github.com/rakyll/hey/pull/226
- Fix DNS dialup detailed output in print.go by @tstraley in https://github.com/rakyll/hey/pull/207
- Upgrade deps by @chenrui333 in https://github.com/rakyll/hey/pull/178
- Updated User-Agent header logic by @phriscage in https://github.com/rakyll/hey/pull/87
- Introduce CI with GitHub Actions by @raky...