Changed benchmarks:benchmark to cc_test(), so it can be run with "bazel test".

pull/13171/head
Joshua Haberman 3 years ago
parent 283451a9f3
commit c944638b9b
  1. 2
      benchmarks/BUILD

@ -73,7 +73,7 @@ cc_proto_library(
deps = [":benchmark_descriptor_sv_proto"],
)
cc_binary(
cc_test(
name = "benchmark",
testonly = 1,
srcs = ["benchmark.cc"],

Loading…
Cancel
Save