cmd - ActiveState ActiveGo 1.8
...

Package cmd

import "github.com/coreos/etcd/tools/benchmark/cmd"
Overview
Index

Overview ▾

Package cmd implements individual benchmark commands for the benchmark utility.

Variables

This represents the base command when called without any subcommands

var RootCmd = &cobra.Command{
    Use:   "benchmark",
    Short: "A low-level benchmark tool for etcd3",
    Long: `benchmark is a low-level benchmark tool for etcd3.
It uses gRPC client directly and does not depend on 
etcd client library.
    `,
}