Skip to content

v0.9.0

Compare
Choose a tag to compare
@jeremyandrews jeremyandrews released this 23 Jul 06:42
a7f710a

0.9.0 July 23, 2020

  • fix code documentation, requests are async and require await
  • properly support setting host when registering task set
  • rename response wrapper to goose, so we end up with goose.request and goose.response
  • add --throttle-requests to optionally limit the maximum requests per second (api change)
  • introduce GooseError and GooseTaskError
  • change task function signature, tasks must return a GooseTaskResult
  • change GooseAttack method signatures where an error is possible
  • where possible, passs error up the stack instead of calling exit(1)
  • introduce GooseAttack.display() which consumes the load test state and displays statistics
  • panic!() on unexpected errors instead of exit(1)