LinearSessionGraphGeneratorConfigΒΆ

class LinearSessionGraphGeneratorConfig ( BaseSessionGraphGeneratorConfig )

Generator of linear request graphs (a sequence of requests).

Polymorphic Type:

type: linear

All BaseSessionGraphGeneratorConfig types:

Fields:

inherit_historybool = True

Whether subsequent requests can inherit history from previous ones.

num_request_generatorBaseLengthGeneratorConfig = UniformLengthGeneratorConfig

The generator for the number of requests.

Available types:

request_wait_generatorBaseIntervalGeneratorConfig = PoissonIntervalGeneratorConfig

The generator for the wait time between requests.

Available types: