Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TransformWRKToFortio ¶
func TransformWRKToFortio(gowrk *GoWRK2, config *GoWRK2Config) (*fhttp.HTTPRunnerResults, error)
Types ¶
type GoWRK2 ¶
type GoWRK2 struct { RequestedDuration string `json:"RequestedDuration,omitempty"` RequestedQPS string `json:"RequestedQPS,omitempty"` StartTime time.Time `json:"StartTime,omitempty"` TotalRequests int64 `json:"TotalRequests"` DurationInMicroseconds float64 `json:"DurationInMicroseconds"` Bytes int64 `json:"Bytes"` RequestsPerSec float64 `json:"RequestsPerSec"` BytesTransferPerSec float64 `json:"BytesTransferPerSec"` Errors float64 `json:"Errors"` MinLatency float64 `json:"MinLatency"` AvgLatency float64 `json:"AvgLatency"` MaxLatency float64 `json:"MaxLatency"` StdDev float64 `json:"StdDev"` URL0 string `json:"Url_0"` URLRequestCount0 int `json:"UrlRequestCount_0"` Percentiles []PercentileInfo `json:"Percentiles"` }
func WRKRun ¶
func WRKRun(config *GoWRK2Config) (*GoWRK2, error)
type GoWRK2Config ¶
type PercentileInfo ¶
Click to show internal directories.
Click to hide internal directories.