v1.8.1
版本发布时间: 2023-07-04 15:48:38
google/benchmark最新发布版本:v1.9.0(2024-08-16 18:09:24)
What's Changed
- Disable debug-only test in release builds to avoid expected failures. by @macandy13 in https://github.com/google/benchmark/pull/1595
- Fix code triggering -Wsign-conversion by @oontvoo in https://github.com/google/benchmark/pull/1596
- Update Python version to PY3, as indicated by the actual source file. by @macandy13 in https://github.com/google/benchmark/pull/1598
- Fixed a typo in docs by @toughengineer in https://github.com/google/benchmark/pull/1600
- Fix pass rvalue to DoNotOptimize by @bgaifullin in https://github.com/google/benchmark/pull/1608
- Fix a typo in regex choice by @Chilledheart in https://github.com/google/benchmark/pull/1610
- remove old-style (C-style) casts by @garymm in https://github.com/google/benchmark/pull/1614
- Add support for bzlmod (excluding Python bindings) by @macandy13 in https://github.com/google/benchmark/pull/1615
- Add a CI test for the new bzlmod integration by @macandy13 in https://github.com/google/benchmark/pull/1617
- Suppress intentional potential memory leak as detected by clang static analysis by @LebedevRI in https://github.com/google/benchmark/pull/1618
New Contributors
- @macandy13 made their first contribution in https://github.com/google/benchmark/pull/1595
- @toughengineer made their first contribution in https://github.com/google/benchmark/pull/1600
- @bgaifullin made their first contribution in https://github.com/google/benchmark/pull/1608
- @Chilledheart made their first contribution in https://github.com/google/benchmark/pull/1610
- @garymm made their first contribution in https://github.com/google/benchmark/pull/1614
Full Changelog: https://github.com/google/benchmark/compare/v1.8.0...v1.8.1