Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ScenarioDefaultOptions = ScenarioOptions{
TotalCount: 0,
Throughput: 0,
MaxPending: 0,
MaxWallets: 0,
Rebroadcast: 120,
GasLimit: 1000000,
BaseFee: 20,
TipFee: 2,
Bytecodes: "",
BytecodesFile: "",
ClientGroup: "",
}
View Source
var ScenarioDescriptor = scenariotypes.ScenarioDescriptor{ Name: ScenarioName, Description: "Send deploy transactions", DefaultOptions: ScenarioDefaultOptions, NewScenario: newScenario, }
View Source
var ScenarioName = "deploytx"
Functions ¶
This section is empty.
Types ¶
type Scenario ¶
type Scenario struct {
// contains filtered or unexported fields
}
type ScenarioOptions ¶
type ScenarioOptions struct {
TotalCount uint64 `yaml:"total_count"`
Throughput uint64 `yaml:"throughput"`
MaxPending uint64 `yaml:"max_pending"`
MaxWallets uint64 `yaml:"max_wallets"`
Rebroadcast uint64 `yaml:"rebroadcast"`
GasLimit uint64 `yaml:"gas_limit"`
BaseFee uint64 `yaml:"base_fee"`
TipFee uint64 `yaml:"tip_fee"`
Bytecodes string `yaml:"bytecodes"`
BytecodesFile string `yaml:"bytecodes_file"`
ClientGroup string `yaml:"client_group"`
}
Click to show internal directories.
Click to hide internal directories.