aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/report.cc
diff options
context:
space:
mode:
authorGravatar sidrakesh93 <sidrakesh@google.com>2015-06-18 11:22:06 -0700
committerGravatar sidrakesh93 <sidrakesh@google.com>2015-06-18 11:22:06 -0700
commite74a458813fcdf8b35080e30fc1190edcd5b88be (patch)
tree94cada621445a20750d4cc6de0ce7e02371da491 /test/cpp/qps/report.cc
parentbfa67ddbd4a5515ae92bd336390a4f6b71bcb661 (diff)
Update report.cc
Diffstat (limited to 'test/cpp/qps/report.cc')
-rw-r--r--test/cpp/qps/report.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/qps/report.cc b/test/cpp/qps/report.cc
index 25cc13156a..c524327ff0 100644
--- a/test/cpp/qps/report.cc
+++ b/test/cpp/qps/report.cc
@@ -122,7 +122,7 @@ void GprLogReporter::ReportTimes(const ScenarioResult& result) const {
UserDataClient userDataClient(grpc::CreateChannel("localhost:50052", grpc::InsecureCredentials(),
ChannelArguments()));
-//Leaderboard Reported implementation.
+//Performance database reporter implementation.
void UserDatabaseReporter::ReportQPS(const ScenarioResult& result) const {
auto qps = result.latencies.Count() /
average(result.client_resources,