Versions in this module Expand all Collapse all v0 v0.2.2 Jan 15, 2025 Changes in this version + func NewTask() perf.Task + type CPUBenchmarkResult struct + MultiThreaded float64 + SingleThreaded float64 + Threads int + Workloads int + type CPUBenchmarkTask struct + func (c *CPUBenchmarkTask) Cron() string + func (c *CPUBenchmarkTask) Description() string + func (c *CPUBenchmarkTask) ID() string + func (c *CPUBenchmarkTask) Jitter() uint32 + func (c *CPUBenchmarkTask) Run(ctx context.Context) (interface{}, error)