google-benchmark: updated to 1.9.2
1.9.2
Add artifact name to download before wheel PyPI upload
Remove if statement from wheel upload job
Fix malformed clang invocation in build_ext.run
Remove wheel merge job, merge artifacts on download
Change SDK version check
[bazel] Remove selects on CPU
cycleclock: Support for PA-RISC (hppa) architecture
fix: remove clang-cl compilation warning
README.md: fix build instructions
cycleclock: Use clock_gettime() as fallback for any Linux architecture
Fix runtime crash when parsing /proc/cpuinfo fails
Get number of CPUs with sysconf() on Linux
Update nanobind-bazel to v2.4.0
ci: Update pre-commit hooks
Lint Python: Add more ruff rules
[32 lines not shown]
google-benchmark: updated to 1.9.1
1.9.1
Fix Python manual timing example
Align benchmark::State to a cacheline.
Fix C4459: Rename a function parameter profiler_manager to avoid hiding the global declaration.
Bump oldest supported Python to 3.10, eliminate setuptools-scm
enable the /MP MSVC compiler argument for parallel compilation
Added the functionality for a dry run benchmark called through the cli argument --benchmark_dry_run.
Version string correction in pkg-config files
Add enum value from newest Windows SDK
Fix spurious warning 'misc-use-anonymous-namespace'
Update user_guide.md
upgrade bazel mods. requires c++14 for tests
Update nanobind_bazel to v2.2.0
bump googletest version to match bazel
Verify RegisterProfilerManager doesn't overwrite an existing registration
ensure background color is preserved
[5 lines not shown]
google-benchmark: update to 1.9.0.
breaking
Ensure reported Time is walltime by removing spurious scaling by threads by @dmah42 in #1836
other
Update benchmark Python bindings for nanobind 2.0, and update to nano… by @hawkinsp in #1817
Revert to token authentication for PyPI wheel uploads by @nicholasjng in #1819
Suppress invalid-offsetof warning for clang by @DKLoehr in #1821
Use log2 now that NDK requires at least API 21 which includes it. by @dmah42 in #1822
Update libs into .pre-commit-config.yaml by @mosfet80 in #1825
Update nanobind into benchmark_deps.bzl by @mosfet80 in #1826
Bump nanobind-bazel to v2.1.0, add stubgen target by @nicholasjng in #1824
Move ProfilerManager Start/Stop routines closer to benchmark #1807 by @xdje42 in #1818
Cache upd by @mosfet80 in #1830
Update clang-format-lint-action by @mosfet80 in #1829
chore: update perf_counters.cc by @eltociear in #1831
google-benchmark: updated to 1.8.5
v1.8.5
Improve compatibility with Hexagon hardware
hotfix: Correct pypi-publishing action tag to v1.8.14
CMake: unbreak version handling for tarballs
cycleclock: Fix type conversion to match function return type
bump standard to C++14
Docs: Bump minimum required C++ version from C++11 to C++14
cycleclock: Fix type conversion to match function return type on riscv64
[bazel] Use includes instead of strip_include_prefix
Find libpfm dependency in installed CMake configs
Add -lkstat to the .pc for Solaris
add PERF_FORMAT_TOTAL_TIME_{ENABLED,RUNNING} to support multiplexing
Clarify the difference between BENCHMARK_TEMPLATE_F and BENCHMARK_TEMPLATE_DEFINE_F + BENCHMARK_REGISTER_F
[FR] Add API to provide custom profilers
google-benchmark: updated to 1.8.4
v1.8.4
Audit MSVC references in cmake files to consider clang++
Make json and csv output consistent.
Update bazel.yml
Fix building on MinGW: default WINVER is too old
Increase the kMaxIterations limit
Set -Wno-unused-variable for tests
Add no-unititialized-variable to tests
Add Python 3.12 support
Change nanobind linkage to response file approach on macOS
Reapply size optimizations for clang & MSVC, LTO for Mac+Linux
[bindings] Add LTO builds on Windows+MSVC
Add pre-commit config and GitHub Actions job
Replace isort hook with ruff builtin import sorting
Add setuptools_scm for dynamic zero-config Python versioning
Fix unit tests compilation by non-gnu/msvc compilers with c++11 support.
[51 lines not shown]
google-benchmark: updated to 1.8.3
v1.8.3
Fix broken PFM-enabled tests
Update tools.md for missing color meaning
Add pyproject.toml file for PEP518 compliance
pfm: Use a more standard CMake approach for finding libpfm
Bump nanobind to stable v1.4.0 tag
Bump scipy from 1.5.4 to 1.10.0 in /tools
Downgrade bazel to windows-2019
Add tests for Human Readable functionality
Delete unused requirements file, simplify nanobind build file
Update bzlmod support to new rules_python extension API
Re-enable windows-latest tests for newer Bazel
Fix -Werror,-Wold-style-cast build failure on Windows.
Mark internal deps as dev_depenencies so that downstream modules don't require those
bug: Inconsistent suffixes console reporter 1009
Fix IntelLLVM compiler error
[9 lines not shown]
google-benchmark: updated to 1.8.2
v1.8.2
Add more terminals with color support
Fix passing non-const lvalue refs to DoNotOptimize
google-benchmark: updated to 1.8.1
v1.8.1
Disable debug-only test in release builds to avoid expected failures.
Fix code triggering -Wsign-conversion
Update Python version to PY3, as indicated by the actual source file.
Fixed a typo in docs
Fix pass rvalue to DoNotOptimize
Fix a typo in regex choice
remove old-style (C-style) casts
Add support for bzlmod (excluding Python bindings)
Add a CI test for the new bzlmod integration
Suppress intentional potential memory leak as detected by clang static analysis
google-benchmark: update to 1.8.0.
v1.8.0
Removed deprecated function by @oontvoo in #1506
Return option benchmark_perf_counters to help output by @MaximSmolskiy in #1508
Fixes incorrect wide string conversion on win32 by @JessyDL in #1516
Try removing attempt to set the C++ standard by @dmah42 in #1464
Add a benchmark_deps.bzl function to Google Benchmark by @nicholasjng in #1520
Bug fix variable 'actual_iterations' set but not used by @yuryf-google in #1517
Fix Clang-Tidy warnings related to modernize-use-override by @SunBlack in #1523
Fix typos found by codespell by @SunBlack in #1519
Include the benchmark's family-name in State by @oontvoo in #1511
Fix Clang-Tidy warnings readability-else-after-return by @SunBlack in #1528
[doc]Add quick instructions on how to enable sans checks by @oontvoo in #1529
Modernize setup.py, extend Python bindings CI by @nicholasjng in #1535
Switch bindings implementation to nanobind by @nicholasjng in #1526
try disabling liquid for jekyll to fix curly braces by @dmah42 in #1536
remove best effort support for ubuntu 18.04 by @dmah42 in #1537
[32 lines not shown]
NetBSD/pkgsrc 5zKnesF — benchmarks/google-benchmark distinfo Makefile, benchmarks/google-benchmark/patches patch-test_benchmark__setup__teardown__test.cc
google-benchmark: updated to 1.7.1
v1.7.1
What's Changed
Remove stray comment and added missing header
Initialize help hook before actually parsing the command line
remove unnecessary generated include directory
Fixed build issues on window
Explicitly cast int literals to int8_t in tests to silence implicit-conversion warnings
Ensure we don't need benchmark installed to pass c++ feature checks
Avoid deprecation warning in NVHPC
run ClearRegisteredBenchmarks at exit
FIx typo in benchmark.h
add debug option for enabling more output for failed cxxfeaturechecks
Fix link error when use as static library on windows.
use CMAKE_INSTALL_FULL in pkg-config file (fixes nix package)
Clean up test documentation formatting
Enable aarch64 Linux wheel builds, use cibuildwheel action directly
[11 lines not shown]
google-benchmark: update to 1.7.0.
Small release to replace broken v1.6.2 release
What's Changed
Stop generating the export header and just check it in by @dominichamon in #1435
use target_compile_definitions by @dominichamon in #1440
simplified code by @maochongxin in #1439
New Contributors
@maochongxin made their first contribution in #1439
google-benchmark: updated to 1.6.2
v1.6.2
Add docs for ThreadRange.
Add docs on Memory profiling
Suppress GoogleTest warnings on windows (MSVC) too.
Expand documentation for unpacking arbitrary arguments.
Refine docs on changing cpufreq governor
Refine the User Guide CPU Frequency Scaling section
Fix some errors in Custom Statistics document demo code.
Cache PerfCounters instance in PerfCountersMeasurement
Fix cross compilation for macOS ARM builds in cibuildwheel
bump numby, as per dependabot
Use Win32 API only for Win32 apps
Add mutex when reading counters_
Avoid potential truncation issues for the integral type parameterized tests.
Expose default display reporter creation in public API
explicitly export public symbols
[46 lines not shown]
NetBSD/pkgsrc orqNMUz — benchmarks/google-benchmark distinfo, benchmarks/google-benchmark/patches patch-test_benchmark__setup__teardown__test.cc
google-benchmark: fix build on SunOS
google-benchmark: update to 1.6.1.
Fixes
Remove unused parameter from lambda. by @dominichamon in #1223
Optimized docs installation by @xvitaly in #1225
Fix mention of --benchmarks in comment by @oontvoo in #1229
cmake: eliminate redundant target_include_directories by @sergiud in #1242
Cmake: options for controlling werror, disable werror for PGI compilers by @PhilipDeegan in #1246
Fix -Wdeprecated-declarations warning triggered by clang-cl. by @bc-lee in #1245
cmake: make package config relocatable by @sergiud in #1244
cmake: allow to use package config from build directory by @sergiud in #1240
Fix -Wdeprecated-declarations warning once more. by @bc-lee in #1256
Fix un-initted error in test and fix change the API previously proposed to use std::string instead of raw char* by @oontvoo in #1266
[cleanup] Change == "" to .empty() on string to avoid clang-tidy warnings by @oontvoo in #1271
Fix errorWshorten-64-to-32 with clang 12.0 by @bensuperpc in #1273
Fix error with Fix Werror=old-style-cast by @bensuperpc in #1272
Fixed typo in doc: s/marcro/macro by @oontvoo in #1274
Fix warning with MacOS by @bensuperpc in #1276
[27 lines not shown]
benchmarks: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
benchmarks: Remove SHA1 hashes for distfiles
google-benchmark: update to 1.6.0.
features
[breaking change] introduce accessorrs for public data members (#1208)
add support for percentage units in statistics (#1219)
introduce coefficient of variation aggregate (#1220)
format percentages in console reporter (#1221)
bugfixes
fix unreachable code warning (#1214)
replace #warning with #pragma message (#1216)
report PFM as found when it is
update u-test value expectations due to scipy upgrade
other stuff
refactored documentation to minimise README.md (#1211)
install docs when installing library (#1212)
google-benchmark: update to 1.5.6.
features
helper methods to create integer lists (#1179)
default of --benchmark_filter is now rather than "." (#1207)
fixes
type warning (#1193)
returning a reference when callers want pointers (65dc63b)
cleanup
remove dead code from PredictNumItersNeeded (#1206)
fix clang-tidy warnings (#1195) and typos (#1194)
prefix macros (#1186) and flags (#1187, #1185) to avoid name clashes
downgrade warnings for googletest (twice) (#1203, 560b0834, ee726a7)
google-benchmark: update to 1.5.5.
1.5.5
new features
Add support for new architecture loongarch (#1173)
Fixed version of random interleaving of benchmark repetitions (#1163, fixing #1051)
Easier comparison of results across families (#1168 #1166 #1165 #1164)
fixes
Fix perf counter argument parsing (#1160)
internal cleanup
Drop warning to satisfy clang's -Wunused-but-set-variable diag (#1174)
Enable some sanitizer builds in github actions (#1167 #1171)
Fix memory leak in test (#1169)
google-benchmark: update to 1.5.4.
new features
better versioning in releases [#1047]
MSVC arm64 support [#1090]
add support for hardware performance counters [#1114, #1153]
add interface for custom context to be included [#1127, #1137]
random interleaving to reduce noise [#1105]
compiler cleanliness
support -Wsuggest-override [#1059]
builds correctly with gcc-11 [#1060]
fix some windows warnings [#1121]
fix -Wreserved-identifier failures [#1143]
fix pendantic warnings [#1156]
google-benchmark: update to 1.5.3.
New features
Implement custom benchmark names (#1107)
Support for macro expansion in benchmark names (#1054)
Reduce ramp up repetitions when KeepRunningBatch is used (#1113)
Platform support
CycleTimer implemented for M68K architecture (#1050)
Support for DragonFly BSD (#1058)
Better support for z/OS (#1063, #1067)
Add MSVC ARM64 support for cycle clocks (#1052)
Add support for Elbrus 2000 (#1091)
Fix CPU frequency for AMD Ryzen (and probably other CPUs) (#1117)
Bug fixes
[6 lines not shown]
google-benchmark: update to 1.5.2.
Timestamps in output are now rfc3339-formatted #965
overflow warnings with timers fixed #980
Python dependencies are now covered by a requirements.txt #994
JSON output cleaned up when no CPU scaling is present (#1008)
CartesianProduct added for easier settings of multiple ranges (#1029)
Python bindings improvements:
Custom main functions (#993)
A rename to google_benchmark (#199
More state methods bound (#1037) with a builder interface (#1040)
Workflow additions in github include pylint (#1039) and bindings runs (#1041)
NetBSD/pkgsrc 3V5NBFt — benchmarks/google-benchmark distinfo Makefile, benchmarks/google-benchmark/patches patch-CMakeLists.txt patch-src_sysinfo.cc
google-benchmark: updated to 1.5.1
v1.5.1:
Python bindings are now available in //bindings/python
Upgraded bazel from 0.10.1 to 3.2.0 (long overdue)
RISC-V and PPC cycleclock fixes
Various build warnings and cmake issues resolved
Documentation improvements
NetBSD/pkgsrc 0UlZUz7 — benchmarks/google-benchmark distinfo, benchmarks/google-benchmark/patches patch-src_sysinfo.cc
benchmarks/google-benchmark: Build fix
Apply upstream patch to define HOST_NAME_MAX.
NetBSD/pkgsrc o3PTZKi — benchmarks/google-benchmark distinfo Makefile, benchmarks/google-benchmark/patches patch-CMakeLists.txt
google-benchmark: updated to 1.5
v1.5:
Bump CMake minimum version to 3.5.1 (see dependencies.md)
Add threads and repetitions to the JSON outputa
Memory management and reporting hooks
Documentation improvements
Miscellaneous build fixes (Mostly Intel compiler and Android)
NetBSD/pkgsrc SVCb0yr — benchmarks/google-benchmark Makefile PLIST, benchmarks/google-benchmark/patches patch-include_benchmark_benchmark__api.h
google-benchmark: updated to 1.4.1
v1.4.1
Bug-fix release on v1.4.
Realign expectation that State::iterations() returns 0 before the main benchmark loop begins.
CMake error message fixes
Enscripten check fix
OpenBSD porting
Windows bazel fixes
Bazel pthread linking
Negative regexes
gmock fix
v1.4.0
Removal of deprecated headers
Improved CPU cache info reporting
Support State::KeepRunningBatch()
Support int64_t for AddRange()
New platform support: NetBSD, s390x, Solaris
[11 lines not shown]
NetBSD/pkgsrc LV7jhZJ — benchmarks/google-benchmark Makefile distinfo, benchmarks/google-benchmark/patches patch-include_benchmark_benchmark__api.h
Merge patch from upstream to always use std::string, the original
intention of optional inclusion no longer applies anyway.
NetBSD/pkgsrc YBMQydC — benchmarks/google-benchmark distinfo, benchmarks/google-benchmark/patches patch-CMakeLists.txt
Don't break <atomic> with silly flags.
Import google-benchmark-1.1.0
It is a library to support the benchmarking of functions, similar to
unit-tests.