Module goose::config[][src]

Expand description

Functions and structures related to configuring a Goose load test.

Goose can be configured at run time by passing in the options and flags defined by the GooseConfiguration structure.

Goose can be configured programmatically with GooseDefaultType::set_default.

Structs

Runtime options available when launching a Goose load test.

Enums

Defines all GooseConfiguration options that can be programmatically configured with a custom default.

Traits

Most run-time options can be programmatically configured with custom defaults.