Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Cmd = &cobra.Command{ Use: "benchmark", Short: "压测", Long: `默认1000个账号压测`, RunE: func(cmd *cobra.Command, args []string) error { return run(cmd.Context()) }, } )
Cmd represents the config command
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.