tester

package
v0.0.0-...-dbb2ee5 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TestResult

type TestResult struct {
	WorkerName string
	TestCount  int
	Err        error
}

type Tester

type Tester interface {
	Name() string
	Start()
	Stop() []TestResult
}

func NewTester

func NewTester(name string, testFn func() error, numberOfThreads int) Tester

Jump to

Keyboard shortcuts

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