secretflow / yacl

YACL (Yet Another Common crypto library) is a C++ library that contains cryptography, network and io modules which other SecretFlow code depends on.
Apache License 2.0
73 stars 61 forks source link

Update dependency com_github_google_benchmark to v1.9.0 #374

Closed renovate[bot] closed 2 days ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Type Update Change
com_github_google_benchmark http_archive minor v1.8.5 -> v1.9.0

Release Notes

google/benchmark (com_github_google_benchmark) ### [`v1.9.0`](https://togithub.com/google/benchmark/releases/tag/v1.9.0) [Compare Source](https://togithub.com/google/benchmark/compare/v1.8.5...v1.9.0) #### What's Changed ##### breaking - Ensure reported Time is walltime by removing spurious scaling by threads by [@​dmah42](https://togithub.com/dmah42) in [https://github.com/google/benchmark/pull/1836](https://togithub.com/google/benchmark/pull/1836) ##### other - Update benchmark Python bindings for nanobind 2.0, and update to nano… by [@​hawkinsp](https://togithub.com/hawkinsp) in [https://github.com/google/benchmark/pull/1817](https://togithub.com/google/benchmark/pull/1817) - Revert to token authentication for PyPI wheel uploads by [@​nicholasjng](https://togithub.com/nicholasjng) in [https://github.com/google/benchmark/pull/1819](https://togithub.com/google/benchmark/pull/1819) - Suppress invalid-offsetof warning for clang by [@​DKLoehr](https://togithub.com/DKLoehr) in [https://github.com/google/benchmark/pull/1821](https://togithub.com/google/benchmark/pull/1821) - Use log2 now that NDK requires at least API 21 which includes it. by [@​dmah42](https://togithub.com/dmah42) in [https://github.com/google/benchmark/pull/1822](https://togithub.com/google/benchmark/pull/1822) - Update libs into .pre-commit-config.yaml by [@​mosfet80](https://togithub.com/mosfet80) in [https://github.com/google/benchmark/pull/1825](https://togithub.com/google/benchmark/pull/1825) - Update nanobind into benchmark_deps.bzl by [@​mosfet80](https://togithub.com/mosfet80) in [https://github.com/google/benchmark/pull/1826](https://togithub.com/google/benchmark/pull/1826) - Bump nanobind-bazel to v2.1.0, add stubgen target by [@​nicholasjng](https://togithub.com/nicholasjng) in [https://github.com/google/benchmark/pull/1824](https://togithub.com/google/benchmark/pull/1824) - Move ProfilerManager Start/Stop routines closer to benchmark [#​1807](https://togithub.com/google/benchmark/issues/1807) by [@​xdje42](https://togithub.com/xdje42) in [https://github.com/google/benchmark/pull/1818](https://togithub.com/google/benchmark/pull/1818) - Cache upd by [@​mosfet80](https://togithub.com/mosfet80) in [https://github.com/google/benchmark/pull/1830](https://togithub.com/google/benchmark/pull/1830) - Update clang-format-lint-action by [@​mosfet80](https://togithub.com/mosfet80) in [https://github.com/google/benchmark/pull/1829](https://togithub.com/google/benchmark/pull/1829) - chore: update perf_counters.cc by [@​eltociear](https://togithub.com/eltociear) in [https://github.com/google/benchmark/pull/1831](https://togithub.com/google/benchmark/pull/1831) #### New Contributors - [@​hawkinsp](https://togithub.com/hawkinsp) made their first contribution in [https://github.com/google/benchmark/pull/1817](https://togithub.com/google/benchmark/pull/1817) - [@​DKLoehr](https://togithub.com/DKLoehr) made their first contribution in [https://github.com/google/benchmark/pull/1821](https://togithub.com/google/benchmark/pull/1821) - [@​eltociear](https://togithub.com/eltociear) made their first contribution in [https://github.com/google/benchmark/pull/1831](https://togithub.com/google/benchmark/pull/1831) **Full Changelog**: https://github.com/google/benchmark/compare/v1.8.5...v1.9.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.