Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Params ¶
type Params struct {
Connections boa.Required[int] `descr:"Number of connections to use"`
Url boa.Required[string] `descr:"Url to use" positional:"true"`
BatchSizeBytes boa.Required[int] `descr:"Batch size in bytes for tcp writes" default:"65536"`
Duration boa.Optional[string] `descr:"Duration to run the test for"`
NumberOfRequests boa.Optional[int] `descr:"Number of requests to run"`
}
func (*Params) WithValidation ¶
Click to show internal directories.
Click to hide internal directories.