aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/report.h
diff options
context:
space:
mode:
authorGravatar Yuxuan Li <yuxuanli@google.com>2016-10-06 11:01:50 -0700
committerGravatar Yuxuan Li <yuxuanli@google.com>2016-10-06 15:06:01 -0700
commit49aeb5938918070e574a1eb0cf6fce1ca94e2b3a (patch)
tree094071ad0ba1aaa0b1393d14d9e8336517a55e57 /test/cpp/qps/report.h
parentd31c78c6f05bc1e6e6ce307b43bd47993c8aead0 (diff)
clang-formated and latency_vs_load.cc is deleted as its functionality
has been merged into qps_json_driver.
Diffstat (limited to 'test/cpp/qps/report.h')
-rw-r--r--test/cpp/qps/report.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/cpp/qps/report.h b/test/cpp/qps/report.h
index 7327d31e2d..a6e902c296 100644
--- a/test/cpp/qps/report.h
+++ b/test/cpp/qps/report.h
@@ -106,7 +106,6 @@ class GprLogReporter : public Reporter {
void ReportLatency(const ScenarioResult& result) GRPC_OVERRIDE;
void ReportTimes(const ScenarioResult& result) GRPC_OVERRIDE;
void ReportCpuUsage(const ScenarioResult& result) GRPC_OVERRIDE;
-
};
/** Dumps the report to a JSON file. */
@@ -121,7 +120,7 @@ class JsonReporter : public Reporter {
void ReportLatency(const ScenarioResult& result) GRPC_OVERRIDE;
void ReportTimes(const ScenarioResult& result) GRPC_OVERRIDE;
void ReportCpuUsage(const ScenarioResult& result) GRPC_OVERRIDE;
-
+
const string report_file_;
};