aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/cpp/qps/report.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/cpp/qps/report.cc b/test/cpp/qps/report.cc
index 3d71f76fd2..b8ad4cf332 100644
--- a/test/cpp/qps/report.cc
+++ b/test/cpp/qps/report.cc
@@ -118,10 +118,6 @@ void GprLogReporter::ReportTimes(const ScenarioResult& result) const {
[](ResourceUsage u) { return u.wall_time; }));
}
-// perfDbClient perfDbClient(grpc::CreateChannel("localhost:50052", grpc::InsecureCredentials(),
-// ChannelArguments()));
-
-//Performance database reporter implementation.
void PerfDbReporter::ReportQPS(const ScenarioResult& result) const {
auto qps = result.latencies.Count() /
average(result.client_resources,