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.
Click to show internal directories.
Click to hide internal directories.