Documentation
¶
Overview ¶
Package orchestrator drives the load generation: it combines a Transport with a Scenario picker and feeds observations into a metrics.Aggregator.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Scenario *scenario.Scenario
Transport transport.Transport
Aggregator *metrics.Aggregator
Seed int64
ReservoirSize int
// EnvSnapshot is passed to templating as .Env. Nil means use os.Environ.
EnvSnapshot map[string]string
}
Config bundles the orchestrator's runtime parameters.
Click to show internal directories.
Click to hide internal directories.