aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/driver.cc
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-10-18 16:10:06 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-10-18 16:10:06 -0700
commitafcc8752f3a39d67831d03a810e85150765fa587 (patch)
tree174f48b903fa13cd6722c87c9765b6868f170c2d /test/cpp/qps/driver.cc
parent2f1d8708e52614ec4b221c710801ca77d3df18d3 (diff)
clang-format
Diffstat (limited to 'test/cpp/qps/driver.cc')
-rw-r--r--test/cpp/qps/driver.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/cpp/qps/driver.cc b/test/cpp/qps/driver.cc
index 89739ad562..a440341ccf 100644
--- a/test/cpp/qps/driver.cc
+++ b/test/cpp/qps/driver.cc
@@ -170,8 +170,10 @@ static void postprocess_scenario_result(ScenarioResult* result) {
failures += rrc.count();
}
}
- result->mutable_summary()->set_successful_requests_per_second(successes / time_estimate);
- result->mutable_summary()->set_failed_requests_per_second(failures / time_estimate);
+ result->mutable_summary()->set_successful_requests_per_second(
+ successes / time_estimate);
+ result->mutable_summary()->set_failed_requests_per_second(failures /
+ time_estimate);
}
}