aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/qps_openloop_test.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/qps_openloop_test.cc
parented3ad4b386a9b58ee6a9722dbfe1de5f0d63ca5f (diff)
Replace InitBenchmark with InitTest. Remove qps_test.cc
Diffstat (limited to 'test/cpp/qps/qps_openloop_test.cc')
-rw-r--r--test/cpp/qps/qps_openloop_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cpp/qps/qps_openloop_test.cc b/test/cpp/qps/qps_openloop_test.cc
index 28dec4f8c6..5b28c46001 100644
--- a/test/cpp/qps/qps_openloop_test.cc
+++ b/test/cpp/qps/qps_openloop_test.cc
@@ -20,10 +20,10 @@
#include <grpc/support/log.h>
-#include "test/core/util/test_config.h"
#include "test/cpp/qps/benchmark_config.h"
#include "test/cpp/qps/driver.h"
#include "test/cpp/qps/report.h"
+#include "test/core/util/test_config.h"
namespace grpc {
namespace testing {
@@ -58,7 +58,7 @@ static void RunQPS() {
} // namespace grpc
int main(int argc, char** argv) {
- grpc::testing::InitBenchmark(&argc, &argv, true);
+ grpc::testing::InitTest(&argc, &argv, true);
grpc::testing::RunQPS();