You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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