Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Driver ¶
type Driver struct { Configuration *config.Configuration SpecificationGenerator *generator.SpecificationGenerator Invoker clients.Invoker AsyncRecords *common.LockFreeQueue[*mc.ExecutionRecord] // contains filtered or unexported fields }
func NewDriver ¶
func NewDriver(driverConfig *config.Configuration) *Driver
func (*Driver) CreateMetricsScrapper ¶
func (*Driver) GenerateSpecification ¶
func (d *Driver) GenerateSpecification()
func (*Driver) ReadOrWriteFileSpecification ¶
func (*Driver) RunExperiment ¶
func (d *Driver) RunExperiment()
type InvocationMetadata ¶
Click to show internal directories.
Click to hide internal directories.