We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efbddc4 commit 1d0fe08Copy full SHA for 1d0fe08
pkg/coordinator/tasks/tx_pool_throughput_analysis/config.go
@@ -3,7 +3,7 @@ package txpoolthroughputanalysis
3
type Config struct {
4
PrivateKey string `yaml:"privateKey" json:"privateKey"`
5
6
- StartingTPS int `yaml:"tps" json:"tps"`
+ StartingTPS int `yaml:"startingTps" json:"startingTps"`
7
EndingTPS int `yaml:"endingTps" json:"endingTps"`
8
IncrementTPS int `yaml:"incrementTps" json:"incrementTps"`
9
DurationS int `yaml:"durationS" json:"durationS"`
0 commit comments