Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
URLCount int
Duration time.Duration
Verbose bool
SaveToFile bool
OutputFile string
Provider string
Providers []string // List of providers to test with
ServerMode string // "specific", "random", or "auto" (best available)
}
Config holds the configuration for the speed test
func (*Config) LoadFromFlags ¶
func (c *Config) LoadFromFlags()
LoadFromFlags loads configuration from command line flags
Click to show internal directories.
Click to hide internal directories.