aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/report.h
diff options
context:
space:
mode:
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_;
};