Versions in this module Expand all Collapse all v1 v1.1.0 Jul 9, 2026 Changes in this version + func NewTask() perf.Task + func NewTaskWithExecWrapper(execWrapper execwrapper.ExecWrapper) 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)