Documentation ¶
Overview ¶
Package experiment is responsible for running experiments on GCE VMs.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Experiment ¶
type Experiment struct {
// contains filtered or unexported fields
}
Experiment encapsulates information about an experiment and logic to run it.
func NewExperiment ¶
func NewExperiment(expPb *epb.Experiment, baseDir string, gcpProject, date, resBucket string, logFrequency int) (*Experiment, error)
NewExperiment creates a new experiment using the experiment proto.
Click to show internal directories.
Click to hide internal directories.