aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/report.h
diff options
context:
space:
mode:
authorGravatar Siddharth Rakesh <sidrakesh@google.com>2015-06-29 13:06:25 -0700
committerGravatar Siddharth Rakesh <sidrakesh@google.com>2015-06-29 13:06:25 -0700
commit872e8187c20a7142736f95d41d8b005c6ef31bda (patch)
tree4ec2e8ad227b5c6fd086a68c5e72d9227d7a57c3 /test/cpp/qps/report.h
parent268e59063a719856eec942c7eace029f34ca8432 (diff)
parenta6de02f5ef15646c12f495f11c410326d34e5dfe (diff)
Adding required changes
Diffstat (limited to 'test/cpp/qps/report.h')
-rw-r--r--test/cpp/qps/report.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cpp/qps/report.h b/test/cpp/qps/report.h
index 330d4ebd29..88707bea38 100644
--- a/test/cpp/qps/report.h
+++ b/test/cpp/qps/report.h
@@ -115,13 +115,13 @@ class PerfDbReporter : public Reporter {
test_name_(test_name),
sys_info_(sys_info),
tag_(tag) {
- perfDbClient_.init(grpc::CreateChannel(
+ perf_db_client_.init(grpc::CreateChannel(
server_address, grpc::InsecureCredentials(), ChannelArguments()));
}
~PerfDbReporter() GRPC_OVERRIDE { SendData(); };
private:
- PerfDbClient perfDbClient_;
+ PerfDbClient perf_db_client_;
std::string access_token_;
std::string test_name_;
std::string sys_info_;