Skip to content

Commit

Permalink
Upgrade Google Benchmark version from 1.6.0 to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cngzhnp committed Apr 23, 2023
1 parent a39e8b5 commit cda9bc9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 = "1f71c72ce08d2c1310011ea6436b31e39ccab8c2db94186d26657d41747c85d6",
strip_prefix = "benchmark-1.6.0",
sha256 = "6430e4092653380d9dc4ccb45a1e2dc9259d581f4866dc0759713126056bc1d7",
strip_prefix = "benchmark-1.7.1",
urls = [
"https://github.com/google/benchmark/archive/v1.6.0.tar.gz",
"https://github.com/google/benchmark/archive/v1.7.1.tar.gz",
],
)

Expand Down
2 changes: 1 addition & 1 deletion third_party/benchmark
Submodule benchmark updated 139 files

0 comments on commit cda9bc9

Please sign in to comment.