diff --git a/test/cpp/microbenchmarks/BUILD b/test/cpp/microbenchmarks/BUILD index 576eab554a4..d9424f24f16 100644 --- a/test/cpp/microbenchmarks/BUILD +++ b/test/cpp/microbenchmarks/BUILD @@ -214,14 +214,6 @@ grpc_cc_binary( ], ) -grpc_cc_binary( - name = "bm_threadpool", - testonly = 1, - srcs = ["bm_threadpool.cc"], - tags = ["no_windows"], - deps = [":helpers"], -) - grpc_cc_binary( name = "bm_timer", testonly = 1,