aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/benchmark_config.cc
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2017-07-13 09:47:27 -0700
committerGravatar yang-g <yangg@google.com>2017-07-13 09:47:27 -0700
commitb575a34e0536a297a9f9d66e52a3760cf9d5402e (patch)
tree2373112811414d1e55e183c7465b4943e033111a /test/cpp/qps/benchmark_config.cc
parented3ad4b386a9b58ee6a9722dbfe1de5f0d63ca5f (diff)
Replace InitBenchmark with InitTest. Remove qps_test.cc
Diffstat (limited to 'test/cpp/qps/benchmark_config.cc')
-rw-r--r--test/cpp/qps/benchmark_config.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/cpp/qps/benchmark_config.cc b/test/cpp/qps/benchmark_config.cc
index 8f53670324..fb1e0608c5 100644
--- a/test/cpp/qps/benchmark_config.cc
+++ b/test/cpp/qps/benchmark_config.cc
@@ -54,10 +54,6 @@ using namespace gflags;
namespace grpc {
namespace testing {
-void InitBenchmark(int* argc, char*** argv, bool remove_flags) {
- ParseCommandLineFlags(argc, argv, remove_flags);
-}
-
static std::shared_ptr<Reporter> InitBenchmarkReporters() {
auto* composite_reporter = new CompositeReporter;
if (FLAGS_enable_log_reporter) {