speedtest

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 14, 2025 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewTask

func NewTask() perf.Task

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) Cron

func (c *SpeedTestTask) Cron() string

Cron returns task cron schedule.

func (*SpeedTestTask) Description

func (c *SpeedTestTask) Description() string

Description returns task description.

func (*SpeedTestTask) ID

func (c *SpeedTestTask) ID() string

ID returns task ID.

func (*SpeedTestTask) Jitter

func (c *SpeedTestTask) Jitter() uint32

Jitter returns the max number of seconds the job can sleep before actual execution.

func (*SpeedTestTask) Run

func (c *SpeedTestTask) Run(ctx context.Context) (interface{}, error)

Run executes the SpeedTest task.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL