Update BUILD

pull/17394/head
Sheena Madan 6 years ago committed by GitHub
parent 0a37159ff4
commit 073467b584
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      test/cpp/microbenchmarks/BUILD

@ -29,7 +29,7 @@ grpc_cc_test(
grpc_cc_library( grpc_cc_library(
name = "helpers", name = "helpers",
testonly=1, testonly = 1,
srcs = ["helpers.cc"], srcs = ["helpers.cc"],
hdrs = [ hdrs = [
"fullstack_context_mutators.h", "fullstack_context_mutators.h",
@ -58,7 +58,7 @@ grpc_cc_test(
# right now it OOMs # right now it OOMs
grpc_cc_binary( grpc_cc_binary(
name = "bm_arena", name = "bm_arena",
testonly=1, testonly = 1,
srcs = ["bm_arena.cc"], srcs = ["bm_arena.cc"],
deps = [":helpers"], deps = [":helpers"],
) )
@ -74,7 +74,7 @@ grpc_cc_test(
# right now it fails UBSAN # right now it fails UBSAN
grpc_cc_binary( grpc_cc_binary(
name = "bm_call_create", name = "bm_call_create",
testonly=1, testonly = 1,
srcs = ["bm_call_create.cc"], srcs = ["bm_call_create.cc"],
deps = [":helpers"], deps = [":helpers"],
) )
@ -102,7 +102,7 @@ grpc_cc_test(
grpc_cc_library( grpc_cc_library(
name = "fullstack_streaming_ping_pong_h", name = "fullstack_streaming_ping_pong_h",
testonly=1, testonly = 1,
hdrs = [ hdrs = [
"fullstack_streaming_ping_pong.h", "fullstack_streaming_ping_pong.h",
], ],
@ -119,7 +119,7 @@ grpc_cc_test(
grpc_cc_library( grpc_cc_library(
name = "fullstack_streaming_pump_h", name = "fullstack_streaming_pump_h",
testonly=1, testonly = 1,
hdrs = [ hdrs = [
"fullstack_streaming_pump.h", "fullstack_streaming_pump.h",
], ],
@ -136,14 +136,14 @@ grpc_cc_test(
grpc_cc_binary( grpc_cc_binary(
name = "bm_fullstack_trickle", name = "bm_fullstack_trickle",
testonly=1, testonly = 1,
srcs = ["bm_fullstack_trickle.cc"], srcs = ["bm_fullstack_trickle.cc"],
deps = [":helpers"], deps = [":helpers"],
) )
grpc_cc_library( grpc_cc_library(
name = "fullstack_unary_ping_pong_h", name = "fullstack_unary_ping_pong_h",
testonly=1, testonly = 1,
hdrs = [ hdrs = [
"fullstack_unary_ping_pong.h", "fullstack_unary_ping_pong.h",
], ],

Loading…
Cancel
Save