diff options
author | Craig Tiller <ctiller@google.com> | 2016-09-07 14:25:38 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-09-07 14:25:38 -0700 |
commit | 0cb5a89d6f78b92dfc22c4517c448014c75d113a (patch) | |
tree | 71f7ad2d2ff1af16f4bb39f8fa614d98be035ded | |
parent | 0b834b3bd557ffac6991d3c283354f73d780c452 (diff) | |
parent | 74a1d9a939f787a16d4071b9081b50037b1e753d (diff) |
Merge branch 'benchmark-verbosity' into direct-calls
-rw-r--r-- | test/cpp/qps/driver.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/cpp/qps/driver.cc b/test/cpp/qps/driver.cc index 969d5c6d7b..96f8150948 100644 --- a/test/cpp/qps/driver.cc +++ b/test/cpp/qps/driver.cc @@ -187,6 +187,9 @@ std::unique_ptr<ScenarioResult> RunScenario( const ClientConfig& initial_client_config, size_t num_clients, const ServerConfig& initial_server_config, size_t num_servers, 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; |