Skip to content

Commit

Permalink
chore: Use Google Benchmark 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gjasny committed Nov 9, 2022
1 parent c954f9e commit c9ffcdd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ def prometheus_cpp_repositories():
maybe(
http_archive,
name = "com_github_google_benchmark",
sha256 = "6132883bc8c9b0df5375b16ab520fac1a85dc9e4cf5be59480448ece74b278d4",
strip_prefix = "benchmark-1.6.1",
sha256 = "3aff99169fa8bdee356eaa1f691e835a6e57b1efeadb8a0f9f228531158246ac",
strip_prefix = "benchmark-1.7.0",
urls = [
"https://github.com/google/benchmark/archive/v1.6.1.tar.gz",
"https://github.com/google/benchmark/archive/v1.7.0.tar.gz",
],
)

Expand Down

0 comments on commit c9ffcdd

Please sign in to comment.