[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT

pull/36269/head
tanvi-jagtap 8 months ago
parent 7b0847e4d5
commit ea2fd19e76
  1. 3
      test/cpp/qps/qps_benchmark_script.bzl

@ -83,6 +83,9 @@ def json_run_localhost_batch():
"//test/cpp/qps:qps_json_driver",
"//test/cpp/qps:qps_worker",
],
external_deps = [
"absl/log:check",
],
deps = [
"//:gpr",
"//test/core/util:grpc_test_util",

Loading…
Cancel
Save