import "go.chromium.org/luci/led/job/experiments"
func Apply(ctx context.Context, b *bbpb.Build, task *swarmingpb.TaskRequest) error
Apply mutates `task` based on known experiments in b.Input.Experiments.
func Register(key string, exp Experiment)
Register registers a known experiment given its key and implementation.
type Experiment func(ctx context.Context, b *bbpb.Build, task *swarmingpb.TaskRequest) error
Experiment mutates `task` based on `b`.
Package experiments imports 5 packages (graph) and is imported by 2 packages. Updated 2021-01-24. Refresh now. Tools for package owners.