Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SpeedTestResults ¶
type SpeedTestResults struct { Download float64 `json:"download_speed"` Upload float64 `json:"upload_speed"` }
CPUBenchmarkResult holds CPU benchmark results with the workloads number during the benchmark.
type SpeedTestTask ¶
type SpeedTestTask struct { }
func (*SpeedTestTask) Description ¶
func (c *SpeedTestTask) Description() string
Description returns task description.
func (*SpeedTestTask) Jitter ¶
func (c *SpeedTestTask) Jitter() uint32
Jitter returns the max number of seconds the job can sleep before actual execution.
Click to show internal directories.
Click to hide internal directories.