We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c155750 commit 1d17c15Copy full SHA for 1d17c15
WORKSPACE
@@ -66,6 +66,10 @@ http_archive(
66
url = "https://github.com/google/benchmark/archive/refs/tags/v1.8.2.tar.gz",
67
)
68
69
+load("@com_google_benchmark//:bazel/benchmark_deps.bzl", "benchmark_deps")
70
+
71
+benchmark_deps()
72
73
# Using latest brotli commit due to macOS and clang-cl compile issues with v1.0.9, switch to a
74
# release version later.
75
http_archive(
0 commit comments