Documentation ¶ Index ¶ Variables type CatchUpCmdConfig Constants ¶ This section is empty. Variables ¶ View Source var Cmd = &cobra.Command{ Use: "benchmark", Short: "Start benchmark testing for catch-up sync etc.", Run: func(cmd *cobra.Command, args []string) { cmd.Help() }, } Functions ¶ This section is empty. Types ¶ type CatchUpCmdConfig ¶ type CatchUpCmdConfig struct { Network string // network space ("cfx" or "eth") Start uint64 // start epoch/block number Count uint64 // number of epochs/blocks to sync } Source Files ¶ View all Source files catchup.goroot.go Click to show internal directories. Click to hide internal directories.