Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuildMatrix ¶
type BuildMatrix struct { URI string Study *config.StudyConfig ConfigFile string }
A BuildMatrix generates a range of sizes and layer counts
func NewBuildMatrix ¶
func NewBuildMatrix(uri string, configFile string) (*BuildMatrix, error)
NewBuildMatrix generates a new build matrix spec
func (*BuildMatrix) Build ¶
func (m *BuildMatrix) Build() error
Build generates the matrix and runs the builds. We will do these in serial for now, because my computer can only handle that.
Click to show internal directories.
Click to hide internal directories.