Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RunCommand = &cli.Command{ Name: "run", Usage: "perform the api-benchmark on the given endpoint", Action: LaunchBenchmark, Flags: []cli.Flag{ &cli.StringFlag{ Name: "config-file", Usage: "path to the <config.json> file used to configure the benchmark", EnvVars: []string{"BENCHMARK_CONFIG_FILE_NAME"}, DefaultText: config.ConfigFile, Value: config.ConfigFile, }}, }
Functions ¶
func LaunchBenchmark ¶
CrawlAction is the function that is called when running `eth2`.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.