validation

package
v0.0.0-...-b8497f2 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DefaultService

type DefaultService struct{}

DefaultService is the default implementation of the validation service.

func (*DefaultService) ValidateBenchmarks

func (s *DefaultService) ValidateBenchmarks(ctx context.Context, base, cand *models.BenchmarkResult) (*models.ValidationReport, error)

ValidateBenchmarks performs statistical validation between a base and candidate benchmark result.

type Service

type Service interface {
	ValidateBenchmarks(ctx context.Context, base, cand *models.BenchmarkResult) (*models.ValidationReport, error)
}

Service is the interface for the validation service.

func NewService

func NewService() Service

NewService creates a new DefaultService.

Jump to

Keyboard shortcuts

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