Documentation ¶
Overview ¶
load implements the load tests.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Worker ¶
type Worker interface { // Name returns the name of the worker Name() string // AddLoad adds load to the underlying network of the worker. // Terminates without an error if the quit channel is closed. AddLoad(ctx context.Context, quit <-chan struct{}) error // GetLastAcceptedHeight returns the height of the last accepted block. GetLastAcceptedHeight(ctx context.Context) (uint64, error) }
Click to show internal directories.
Click to hide internal directories.