Skip to content

v0.70.0

Compare
Choose a tag to compare
@bojand bojand released this 21 Nov 15:39
· 349 commits to master since this release

Changelog

v0.70.0 - 2020-11-21

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 docs for additional info and usage.

Build

  • 83e5ecc fixing brew forumla release workflow

Commits

  • 83e5ecc fixing brew forumla release workflow
  • 37ed69e Merge pull request #235 from bojand/pace
  • c115457 add custom pacer and worker ticker configs
  • 6c935ef Merge branch 'master' into pace
  • 8bcc6ae fixing github release workflow env vars
  • 68bdb5f fixing github release workflow env vars
  • 5a18ca5 update html template
  • fb38e75 add new load and concurrency options to reporter and printer
  • a8d9ac7 Merge branch 'master' into pace
  • c31b957 cleanup Makefile
  • 9baf008 clean up options
  • fff27be Merge branch 'master' into pace
  • 1fbc366 Merge branch 'master' into pace
  • 7be9e72 concurrency docs
  • 54efa0a docs and code cleanup
  • a61944b more worker ticket tests
  • bd4670e add more tests
  • 946c6d7 add tools. update golangci-lint. fix linting issues
  • b24d883 add concurrency example
  • d0ece60 more load docs examples
  • a2bed3c fix load docs formatting
  • 8eaf49b qps -> rps. add load walktrough. wip
  • 05b30b9 logs
  • deb669b docs and fixes
  • faaec5d help
  • a64ff50 step and line
  • 7fb2f0d wip on pace
  • afa1227 wip on new pace logic
  • 9814e0c initial base work for pace and concurrency control