[hpack] Fix benchmarking timeout (#33675)

Disable uninteresting sanitizers for this benchmark
pull/33683/head
Craig Tiller 2 years ago committed by GitHub
parent c9eeca9681
commit af257b8a39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      test/cpp/microbenchmarks/BUILD

@ -151,6 +151,8 @@ grpc_cc_test(
"no_mac",
"no_windows",
"nomsan",
"notsan",
"noubsan",
],
deps = [
":helpers",

Loading…
Cancel
Save