parent
c5abd97e36
commit
ef70abad8a
4 changed files with 54 additions and 10 deletions
@ -0,0 +1,15 @@ |
||||
load("@rules_cc//cc:defs.bzl", "cc_binary") |
||||
|
||||
cc_binary( |
||||
name = "cpp", |
||||
srcs = [ |
||||
"cpp_benchmark.cc", |
||||
], |
||||
tags = ["benchmark"], |
||||
deps = [ |
||||
"//:protobuf", |
||||
"//benchmarks:benchmarks_cc_proto", |
||||
"//benchmarks/datasets:cc_protos", |
||||
"@com_github_google_benchmark//:benchmark_main", |
||||
], |
||||
) |
Loading…
Reference in new issue