diff options
author | Vijay Pai <vpai@google.com> | 2016-11-04 10:02:31 -0700 |
---|---|---|
committer | Vijay Pai <vpai@google.com> | 2016-11-04 10:02:31 -0700 |
commit | 56540ba9f9207851691ae95c0a8d15ece72c1548 (patch) | |
tree | b5690d7d169a4171477d8a4864624fd08850d62f /test/cpp/qps | |
parent | 1b87ddee0ae35c4470ef78d83f73767e5dcb7de0 (diff) |
clang-format
Diffstat (limited to 'test/cpp/qps')
-rw-r--r-- | test/cpp/qps/driver.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/qps/driver.cc b/test/cpp/qps/driver.cc index cc16cc820c..7a39176783 100644 --- a/test/cpp/qps/driver.cc +++ b/test/cpp/qps/driver.cc @@ -183,7 +183,7 @@ std::unique_ptr<ScenarioResult> RunScenario( int warmup_seconds, int benchmark_seconds, int spawn_local_worker_count) { // Log everything from the driver gpr_set_log_verbosity(GPR_LOG_SEVERITY_DEBUG); - + // ClientContext allocations (all are destroyed at scope exit) list<ClientContext> contexts; auto alloc_context = [](list<ClientContext>* contexts) { |