Remove build target for microbenchmark

pull/20126/head
Hope Casey-Allen 5 years ago
parent 7564664f07
commit 32801fb5eb
  1. 8
      test/cpp/microbenchmarks/BUILD

@ -27,14 +27,6 @@ grpc_cc_test(
deps = ["//test/core/util:grpc_test_util"], deps = ["//test/core/util:grpc_test_util"],
) )
grpc_cc_binary(
name = "bm_chttp2_transport",
testonly = 1,
srcs = ["bm_chttp2_transport.cc"],
tags = ["no_windows"],
deps = [":helpers"],
)
grpc_cc_library( grpc_cc_library(
name = "helpers", name = "helpers",
testonly = 1, testonly = 1,

Loading…
Cancel
Save