aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2015-05-20 23:06:44 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2015-05-20 23:08:29 -0700
commit30ecd2b8d901ddfbaa1b607fa514e96e5f49cb11 (patch)
tree3515afd99ae5b09e57a3ddcc0cd5c96733ac4005 /test/cpp/qps
parenta6b559a76ae3d96f8df4abe07173c8b56fbfc032 (diff)
Return shared_ptr by value plus minor dependency fix
Diffstat (limited to 'test/cpp/qps')
-rw-r--r--test/cpp/qps/report.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/qps/report.h b/test/cpp/qps/report.h
index 3712f67a47..630275ecda 100644
--- a/test/cpp/qps/report.h
+++ b/test/cpp/qps/report.h
@@ -63,7 +63,7 @@ class Reporter {
/** Reports QPS per core as (YYY/server core). */
virtual void ReportQPSPerCore(const ScenarioResult& result,
- const ServerConfig& config) const = 0;
+ const ServerConfig& config) const = 0;
/** Reports latencies for the 50, 90, 95, 99 and 99.9 percentiles, in ms. */
virtual void ReportLatency(const ScenarioResult& result) const = 0;