Module goose::config

source ·
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.
  • Optionally defines a subset of active Scenarios to run during a load test.

Enums

Traits

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