Files
cpp-project-template/third_party/prometheus/core/benchmarks/BUILD.bazel

13 lines
208 B
Python
Raw Normal View History

2025-08-22 18:22:57 +08:00
cc_binary(
name = "benchmarks",
srcs = glob([
"*.cc",
"*.h",
]),
linkstatic = True,
deps = [
"//core",
"@com_github_google_benchmark//:benchmark",
],
)