Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoadGenerator ¶
type LoadGenerator struct {
// contains filtered or unexported fields
}
func NewLoadGenerator ¶
func NewLoadGenerator( workers []Worker, chainID *big.Int, metricsNamespace string, registry *prometheus.Registry, test Test, ) (LoadGenerator, error)
type Worker ¶
type Worker struct { PrivKey *ecdsa.PrivateKey Nonce uint64 Client *ethclient.Client }
type ZeroTransferTest ¶
type ZeroTransferTest struct{}
func (ZeroTransferTest) Run ¶
func (ZeroTransferTest) Run( tc tests.TestContext, ctx context.Context, wallet *Wallet, )
Click to show internal directories.
Click to hide internal directories.