Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DialRBECAS ¶
DialRBECAS dials an RBE CAS client given a swarming instance. Pinpoint uses 3 swarming instances to store CAS results https://skia.googlesource.com/buildbot/+/5291743c698e/cabe/go/backends/rbecas.go#19
func IsSupportedAggregation ¶
IsSupportedAggregation checks if the aggregation method is supported by read_values. If not, return false. Empty string is supported and means that no data will be aggregated.
Types ¶
type CASProvider ¶
type CASProvider interface {
Fetch(context.Context, *apipb.CASReference) (map[string]perfresults.PerfResults, error)
}
CASProvider provides API to fetch perf results from a given CAS digest.
Click to show internal directories.
Click to hide internal directories.