Skip to content

Commit

Permalink
Upgrade to benchmark 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalff committed Mar 21, 2024
1 parent 4d4f8ed commit 67efac5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions bazel/repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ def opentelemetry_cpp_deps():
maybe(
http_archive,
name = "com_github_google_benchmark",
sha256 = "6430e4092653380d9dc4ccb45a1e2dc9259d581f4866dc0759713126056bc1d7",
strip_prefix = "benchmark-1.7.1",
sha256 = "6bc180a57d23d4d9515519f92b0c83d61b05b5bab188961f36ac7b06b0d9e9ce",
strip_prefix = "benchmark-1.8.3",
urls = [
"https://github.com/google/benchmark/archive/v1.7.1.tar.gz",
"https://github.com/google/benchmark/archive/v1.8.3.tar.gz",
],
)

Expand Down
2 changes: 1 addition & 1 deletion third_party/benchmark
Submodule benchmark updated 116 files
2 changes: 1 addition & 1 deletion third_party_release
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

gRPC=v1.49.2
abseil=20220623.1
benchmark=v1.7.1
benchmark=v1.8.3
googletest=1.13.0
ms-gsl=v3.1.0-67-g6f45293
nlohmann-json=v3.11.2
Expand Down

0 comments on commit 67efac5

Please sign in to comment.