Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { URL string // the URL of the cluster ChainID string // the chain ID of the cluster Mnemonic string // the mnemonic for the keyring Mode string // the stress test mode Output string // output path for results JSON, if any SubAccounts uint64 // the number of sub-accounts in the run Transactions uint64 // the total number of transactions BatchSize uint64 // the maximum size of the batch }
Config is the central pipeline configuration
type Pipeline ¶
type Pipeline struct {
// contains filtered or unexported fields
}
Pipeline is the central run point for the stress test
func NewPipeline ¶
NewPipeline creates a new pipeline instance
Click to show internal directories.
Click to hide internal directories.