Skip to content

Releases: xeynyty/go-bench

1.3.0

14 Jan 19:30
Compare
Choose a tag to compare

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