From 754696369d419b27e717dbb959adeea876c2d50d Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Sat, 12 Oct 2024 11:29:01 -0700 Subject: [PATCH] x --- test/cpp/microbenchmarks/BUILD | 1 - 1 file changed, 1 deletion(-) diff --git a/test/cpp/microbenchmarks/BUILD b/test/cpp/microbenchmarks/BUILD index 28f7e4fba0d..77a8ab6bd4c 100644 --- a/test/cpp/microbenchmarks/BUILD +++ b/test/cpp/microbenchmarks/BUILD @@ -357,7 +357,6 @@ grpc_cc_benchmark( srcs = [ "bm_callback_unary_ping_pong.cc", ], - monitoring = True, deps = [":callback_unary_ping_pong_h"], )