# Functions
CreateRequestsStats creates a statistical summary out of the individual RequestStats.
CreateTextSummary creates a human friendly summary of entire test.
NewBenchmarkConfig creates a new BenchmarkConfigwith package defaults.
NewStressConfig creates a new StressConfigwith package defaults.
RunBenchmark starts the benchmark tests with the provided BenchmarkConfig.Throughout the test, data is sent to w, useful for live updates.
RunStress starts the stress tests with the provided StressConfig.Throughout the test, data is sent to w, useful for live updates.
# Constants
Reasonable default values for a target.
Reasonable default values for a target.
Reasonable default values for a target.
Reasonable default values for a target.
Reasonable default values for a target.
Reasonable default values for a target.
Reasonable default values for a target.
Reasonable default values for a target.
# Structs
RequestStat is the saved information about an individual completed HTTP request.
RequestStatSummary is an aggregate statistical summary of a set of RequestStats.