Skip to content

Commit

Permalink
[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log
Browse files Browse the repository at this point in the history
  • Loading branch information
tanvi-jagtap committed May 4, 2024
1 parent e22b714 commit 46a657f
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions test/cpp/interop/interop_client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1286,16 +1286,12 @@ void InteropClient::PerformSoakTest(
LOG(INFO) << "(server_uri: " << server_uri
<< ") soak test ran: " << soak_iterations
<< " iterations. total_failures: " << total_failures
<< " is within "
"max_failures_threshold: "
<< max_failures << ". "
<< "median_soak_iteration_latency: " << latency_ms_median
<< " ms. "
<< "90th_soak_iteration_latency: " << latency_ms_90th << " ms. "
<< "worst_soak_iteration_latency: " << latency_ms_worst << " ms. "
<< "See breakdown above for which iterations succeeded, failed, "
"and "
"why for more info.";
<< " is within max_failures_threshold: " << max_failures
<< ". median_soak_iteration_latency: " << latency_ms_median
<< " ms. 90th_soak_iteration_latency: " << latency_ms_90th
<< " ms. worst_soak_iteration_latency: " << latency_ms_worst
<< " ms. See breakdown above for which iterations succeeded, "
"failed, and why for more info.";
}
}

Expand Down

0 comments on commit 46a657f

Please sign in to comment.