detect

package
v0.0.0-...-651cf06 Latest Latest
Warning

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

Go to latest
Published: Oct 23, 2022 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DetectTooSlow

func DetectTooSlow(reportContent *xmlquery.Node, maxDuration time.Duration, generateBaseline bool, baselinePath string) error

func DetectTooSlowUsingArgumentAndFlags

func DetectTooSlowUsingArgumentAndFlags(cliContext *cli.Context, generateBaseline bool) error

Types

type BaselineEntries

type BaselineEntries struct {
	BaselineEntry []BaselineEntry `json:"baseline_entries"`
}

type BaselineEntry

type BaselineEntry struct {
	FullTestName string `json:"full_test_name"`
	MaxDuraction int64  `json:"max_duration"`
	TestTime     int64  `json:"test_time"`
}

Jump to

Keyboard shortcuts

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