aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/benchmark_config.cc
diff options
context:
space:
mode:
authorGravatar Yang Gao <yangg@google.com>2017-07-13 13:08:30 -0700
committerGravatar GitHub <noreply@github.com>2017-07-13 13:08:30 -0700
commitfdf04d2d6132cdd01a43c2073caa9f1ab1bf9889 (patch)
tree1cee2d702140aaca490ff1f2e80346570137b9b2 /test/cpp/qps/benchmark_config.cc
parent8bcc7d59587e5f19582dd5cc68717b6f25cea4f9 (diff)
parentfdcb774ceae507312bd84b4895e1e57b55bc4112 (diff)
Merge pull request #11797 from yang-g/init_benchmark_to_test
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) {