Releases: xeynyty/go-bench
Releases · xeynyty/go-bench
1.3.0
Upgraded Result struct:
- Add average response time
- Add max response time
- Add min response time
Changes:
- Instead of net/http, fasthttp is now used, which allowed to return the connection limit of 65535 (255 in 1.2.0).
- Reduced memory consumption thanks to fasthttp library
- The essence of working with gorutins in the library has been changed