Versions in this module Expand all Collapse all v0 v0.1.2 Jan 11, 2026 v0.1.1 Dec 2, 2025 Changes in this version + func FormatOutput(stats *http.LoadTestStats, config *BenchConfig) error + func PrintHelp() + func RunBench(config *BenchConfig) error + type BenchConfig struct + Body string + Concurrency int + Duration time.Duration + Headers map[string]string + JSON bool + KeepAlive bool + Method string + Output string + Quiet bool + RateLimit int + Timeout time.Duration + TotalRequests int + URL string + func ParseBenchFlags(args []string) (*BenchConfig, error) + func (c *BenchConfig) Validate() error