Skip to content

v0.10.7

Compare
Choose a tag to compare
@jeremyandrews jeremyandrews released this 16 Nov 10:44
· 796 commits to main since this release
29e731c

0.10.7 Nov 16, 2020

  • account for time spent doing things other than sleeping, maintaining more consistency when displaying statistics and shutting down
  • start each debug log file with a line feed in case the page is too big for the buffer; increase the debug logger buffer size from 8K to 8M.
  • introduce --no-debug-body flag to optionally prevent debug log from including the response body
  • rename the metrics file to requests file to better reflect what it is
    o --metrics-file becomes --requests-file
    o --metrics-format becomes --requests-format
    o GooseDebug::MetricsFile becomes GooseDebug::RequestsFile
    o GooseDebug::MetricsFormat becomes GooseDebug::RequestsFormat
  • reset drift timer any time the attack_phase changes
  • document all public high level files and functions