aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/report.h
diff options
context:
space:
mode:
authorGravatar Siddharth Rakesh <sidrakesh@google.com>2015-06-22 11:36:17 -0700
committerGravatar Siddharth Rakesh <sidrakesh@google.com>2015-06-22 11:36:17 -0700
commit373ad4d0d0ab1d9f970fc9a8d51526db2b48952b (patch)
tree5c5c529177091772a9f2463bf090d4a2c35cedce /test/cpp/qps/report.h
parentc3cd4780df01e55a145c571074c5f31b13d9d864 (diff)
edited report
Diffstat (limited to 'test/cpp/qps/report.h')
-rw-r--r--test/cpp/qps/report.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/cpp/qps/report.h b/test/cpp/qps/report.h
index afc79ff75f..1ea33755d4 100644
--- a/test/cpp/qps/report.h
+++ b/test/cpp/qps/report.h
@@ -41,7 +41,7 @@
#include "test/cpp/qps/driver.h"
#include "test/cpp/qps/qpstest.grpc.pb.h"
-#include "perf_db_client.h"
+#include "test/cpp/qps/perf_db_client.h"
namespace grpc {
namespace testing {
@@ -104,7 +104,7 @@ class GprLogReporter : public Reporter {
void ReportTimes(const ScenarioResult& result) const GRPC_OVERRIDE;
};
-/** Reporter for client leaderboard. */
+/** Reporter for performance database tool */
class PerfDbReporter : public Reporter {
public:
PerfDbReporter(const string& name, const string& access_token, const string& test_name, const string& sys_info, const string& server_address)
@@ -114,7 +114,7 @@ class PerfDbReporter : public Reporter {
~PerfDbReporter() { SendData(); };
private:
- PerfDbClient perfDbClient;
+ PerfDbClient perfDbClient_;
std::string access_token_;
std::string test_name_;
std::string sys_info_;