Versions in this module Expand all Collapse all v0 v0.4.3 Sep 15, 2024 v0.4.2 Dec 2, 2023 v0.4.1 Nov 24, 2023 v0.1.0 Apr 27, 2023 Changes in this version + var JwtCacheDir string + type ByteSize struct + PerSecond int64 + Single int64 + Total int64 + type GoPayloaderResults struct + CompletedReqs int64 + End time.Time + Errors map[string]uint + FailedReqs int64 + Latency Latency + RPS RPS + ReqByteSize ByteSize + RespByteSize ByteSize + Responses map[worker.ResponseCode]int64 + Start time.Time + Total time.Duration + type Latency struct + Average time.Duration + Max time.Duration + Min time.Duration + Total time.Duration + type PayLoader struct + func NewPayLoader(config *config.Config) *PayLoader + func (p *PayLoader) ComputeResults(workers []worker.Worker, results *GoPayloaderResults) (*GoPayloaderResults, error) + func (p *PayLoader) Run() (*GoPayloaderResults, error) + type RPS struct + Average float64 + Max int64 + Min int64