Skip to content
Snippets Groups Projects
Commit cd1feaab authored by Craig Tiller's avatar Craig Tiller Committed by GitHub
Browse files

Merge pull request #7816 from ctiller/benchmark-verbosity

Increase log verbosity for benchmark driver
parents cd0ea633 74a1d9a9
No related branches found
No related tags found
No related merge requests found
...@@ -186,6 +186,9 @@ std::unique_ptr<ScenarioResult> RunScenario( ...@@ -186,6 +186,9 @@ std::unique_ptr<ScenarioResult> RunScenario(
const ClientConfig& initial_client_config, size_t num_clients, const ClientConfig& initial_client_config, size_t num_clients,
const ServerConfig& initial_server_config, size_t num_servers, const ServerConfig& initial_server_config, size_t num_servers,
int warmup_seconds, int benchmark_seconds, int spawn_local_worker_count) { 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) // ClientContext allocations (all are destroyed at scope exit)
list<ClientContext> contexts; list<ClientContext> contexts;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment