v1.8.5
版本发布时间: 2024-07-18 18:14:02
google/benchmark最新发布版本:v1.9.0(2024-08-16 18:09:24)
What's Changed
- Improve compatibility with Hexagon hardware by @steven-johnson in https://github.com/google/benchmark/pull/1785
- hotfix: Correct pypi-publishing action tag to v1.8.14 by @nicholasjng in https://github.com/google/benchmark/pull/1791
- CMake: unbreak version handling for tarballs by @LebedevRI in https://github.com/google/benchmark/pull/1793
- cycleclock: Fix type conversion to match function return type by @kraj in https://github.com/google/benchmark/pull/1794
- bump standard to C++14 by @dmah42 in https://github.com/google/benchmark/pull/1799
- Docs: Bump minimum required C++ version from C++11 to C++14 by @rschu1ze in https://github.com/google/benchmark/pull/1800
- cycleclock: Fix type conversion to match function return type on riscv64 by @kraj in https://github.com/google/benchmark/pull/1802
- [bazel] Use
includes
instead ofstrip_include_prefix
by @alexkaratarakis in https://github.com/google/benchmark/pull/1803 - Find libpfm dependency in installed CMake configs by @stephenswat in https://github.com/google/benchmark/pull/1806
- Add -lkstat to the .pc for Solaris by @ccotter in https://github.com/google/benchmark/pull/1801
- add PERF_FORMAT_TOTAL_TIME_{ENABLED,RUNNING} to support multiplexing by @dmah42 in https://github.com/google/benchmark/pull/1814
- Clarify the difference between
BENCHMARK_TEMPLATE_F
andBENCHMARK_TEMPLATE_DEFINE_F
+BENCHMARK_REGISTER_F
by @jiawen in https://github.com/google/benchmark/pull/1815 - [FR] Add API to provide custom profilers #1807 by @xdje42 in https://github.com/google/benchmark/pull/1809
New Contributors
- @steven-johnson made their first contribution in https://github.com/google/benchmark/pull/1785
- @kraj made their first contribution in https://github.com/google/benchmark/pull/1794
- @rschu1ze made their first contribution in https://github.com/google/benchmark/pull/1800
- @alexkaratarakis made their first contribution in https://github.com/google/benchmark/pull/1803
- @stephenswat made their first contribution in https://github.com/google/benchmark/pull/1806
- @ccotter made their first contribution in https://github.com/google/benchmark/pull/1801
- @jiawen made their first contribution in https://github.com/google/benchmark/pull/1815
- @xdje42 made their first contribution in https://github.com/google/benchmark/pull/1809
Full Changelog: https://github.com/google/benchmark/compare/v1.8.4...v1.8.5