|
|
@ -216,13 +216,7 @@ grpc_cc_test( |
|
|
|
name = "bm_fullstack_trickle", |
|
|
|
name = "bm_fullstack_trickle", |
|
|
|
size = "large", |
|
|
|
size = "large", |
|
|
|
srcs = ["bm_fullstack_trickle.cc"], |
|
|
|
srcs = ["bm_fullstack_trickle.cc"], |
|
|
|
tags = [ |
|
|
|
tags = ["manual"], |
|
|
|
"no_mac", # to emulate "excluded_poll_engines: poll" |
|
|
|
|
|
|
|
"no_windows", |
|
|
|
|
|
|
|
"noasan", |
|
|
|
|
|
|
|
"nomsan", |
|
|
|
|
|
|
|
"notsan", |
|
|
|
|
|
|
|
], |
|
|
|
|
|
|
|
deps = [":helpers"], |
|
|
|
deps = [":helpers"], |
|
|
|
) |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
@ -293,12 +287,9 @@ grpc_cc_test( |
|
|
|
|
|
|
|
|
|
|
|
grpc_cc_test( |
|
|
|
grpc_cc_test( |
|
|
|
name = "bm_threadpool", |
|
|
|
name = "bm_threadpool", |
|
|
|
|
|
|
|
size = "large", |
|
|
|
srcs = ["bm_threadpool.cc"], |
|
|
|
srcs = ["bm_threadpool.cc"], |
|
|
|
tags = [ |
|
|
|
tags = ["manual"], |
|
|
|
"no_mac", |
|
|
|
|
|
|
|
"no_windows", |
|
|
|
|
|
|
|
"notsan", |
|
|
|
|
|
|
|
], |
|
|
|
|
|
|
|
uses_polling = False, |
|
|
|
uses_polling = False, |
|
|
|
deps = [":helpers"], |
|
|
|
deps = [":helpers"], |
|
|
|
) |
|
|
|
) |
|
|
|