View Source Chaperon.Master (chaperon v0.3.1)
Master process for running load tests. Initiates running a load test and awaits
results from a run. Needs to be started before used.
The Chaperon.Master process is started only once per cluster and registered
globally as Chaperon.Master
.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Callback implementation for GenServer.init/1
.
Link to this section Types
Link to this section Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
@spec ignore_node_as_worker(atom()) :: :ok
Callback implementation for GenServer.init/1
.
@spec run_load_test(module(), Keyword.t()) :: Chaperon.Session.t()