Skip to content

v0.70.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@bojand bojand released this 22 Oct 01:55
· 377 commits to master since this release

Changelog

v0.70.0-beta - 2020-10-21

This is initial work in progress on some significant changes to allow for improved behaviour and better control of load and concurrency within ghz.

Changes

  • qps option renamed to -r, --rps.
  • Added --async option to allow for sending of requests asynchronously.
  • Added a collection of --load-* parameters to control request rate.
  • Added a similar collection of --concurrency-* parameters to control the worker concurrency.

Please see options docs and additional load walkthrough and concurrency overview.

Thanks!