@ -67,7 +67,6 @@ grpc_cc_benchmark(
" absl/log:check " ,
" absl/log:check " ,
" absl/debugging:leak_check " ,
" absl/debugging:leak_check " ,
] ,
] ,
monitoring = True ,
deps = [
deps = [
" :helpers " ,
" :helpers " ,
" //src/core:common_event_engine_closures " ,
" //src/core:common_event_engine_closures " ,
@ -146,7 +145,6 @@ grpc_cc_benchmark(
grpc_cc_benchmark (
grpc_cc_benchmark (
name = " bm_huffman_decode " ,
name = " bm_huffman_decode " ,
srcs = [ " bm_huffman_decode.cc " ] ,
srcs = [ " bm_huffman_decode.cc " ] ,
monitoring = True ,
tags = [
tags = [
" nomsan " ,
" nomsan " ,
" notsan " ,
" notsan " ,
@ -168,7 +166,6 @@ grpc_cc_benchmark(
grpc_cc_benchmark (
grpc_cc_benchmark (
name = " bm_arena " ,
name = " bm_arena " ,
srcs = [ " bm_arena.cc " ] ,
srcs = [ " bm_arena.cc " ] ,
monitoring = True ,
tags = [
tags = [
" notsan " ,
" notsan " ,
] ,
] ,
@ -182,7 +179,6 @@ grpc_cc_benchmark(
external_deps = [
external_deps = [
" absl/log:check " ,
" absl/log:check " ,
] ,
] ,
monitoring = True ,
tags = [
tags = [
" no_mac " ,
" no_mac " ,
" no_windows " ,
" no_windows " ,
@ -246,7 +242,6 @@ grpc_cc_benchmark(
" bm_fullstack_streaming_ping_pong.cc " ,
" bm_fullstack_streaming_ping_pong.cc " ,
] ,
] ,
flaky = True ,
flaky = True ,
monitoring = True ,
deps = [ " :fullstack_streaming_ping_pong_h " ] ,
deps = [ " :fullstack_streaming_ping_pong_h " ] ,
)
)
@ -288,7 +283,6 @@ grpc_cc_benchmark(
srcs = [
srcs = [
" bm_fullstack_unary_ping_pong.cc " ,
" bm_fullstack_unary_ping_pong.cc " ,
] ,
] ,
monitoring = True ,
deps = [ " :fullstack_unary_ping_pong_h " ] ,
deps = [ " :fullstack_unary_ping_pong_h " ] ,
)
)
@ -297,7 +291,6 @@ grpc_cc_benchmark(
srcs = [
srcs = [
" bm_fullstack_unary_ping_pong_chaotic_good.cc " ,
" bm_fullstack_unary_ping_pong_chaotic_good.cc " ,
] ,
] ,
monitoring = True ,
deps = [
deps = [
" :fullstack_unary_ping_pong_h " ,
" :fullstack_unary_ping_pong_h " ,
" //:grpcpp_chaotic_good " ,
" //:grpcpp_chaotic_good " ,
@ -310,7 +303,6 @@ grpc_cc_benchmark(
external_deps = [
external_deps = [
" absl/log:check " ,
" absl/log:check " ,
] ,
] ,
monitoring = True ,
uses_event_engine = False ,
uses_event_engine = False ,
deps = [
deps = [
" :helpers " ,
" :helpers " ,
@ -389,7 +381,6 @@ grpc_cc_benchmark(
srcs = [
srcs = [
" bm_callback_streaming_ping_pong.cc " ,
" bm_callback_streaming_ping_pong.cc " ,
] ,
] ,
monitoring = True ,
deps = [ " :callback_streaming_ping_pong_h " ] ,
deps = [ " :callback_streaming_ping_pong_h " ] ,
)
)
@ -400,7 +391,6 @@ grpc_cc_benchmark(
external_deps = [
external_deps = [
" absl/log:check " ,
" absl/log:check " ,
] ,
] ,
monitoring = True ,
tags = [
tags = [
" manual " ,
" manual " ,
" notap " ,
" notap " ,