Path to this page:
./
benchmarks/google-benchmark,
Microbenchmark support library
Branch: CURRENT,
Version: 1.9.2,
Package name: google-benchmark-1.9.2,
Maintainer: minskimA library to support the benchmarking of functions, similar to unit-tests.
Required to build:[
lang/python310]
Master sites:
Filesize: 252.869 KB
Version history: (Expand)
- (2025-03-31) Updated to version: google-benchmark-1.9.2
- (2024-12-04) Updated to version: google-benchmark-1.9.1
- (2024-08-20) Updated to version: google-benchmark-1.9.0
- (2024-07-19) Updated to version: google-benchmark-1.8.5
- (2024-05-27) Updated to version: google-benchmark-1.8.4
- (2023-08-31) Updated to version: google-benchmark-1.8.3
CVS history: (Expand)
2025-03-31 18:48:30 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
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
GitHub Actions: build-and-test on an ARM processor
ruff rule E501: Fix long lines in Python code
[BUG] Fix ProfilerManager number of iterations
Update error message now that /proc/cpuinfo is no longer in use
add back /proc/cpuinfo as a fallback for some platforms
change pacboy compiler target for windows builds
Retrieve the number of online CPUs on OpenBSD and NetBSD
Replace usage of deprecated sysctl on macOS
Try to use the _SC_NPROCESSORS_ONLN sysconf elsewhere
fix sanitizer cmake builds
Remove /proc/cpuinfo fallback path
Build libpfm with rules_cc
remove cxx03 test, fully unblocking c++1X development
run clang-tidy using a common config and reduced set of tests
benchmark declarations can and should be const (clang-tidy)
[clang-tidy] use unique_ptr for benchmark registration
[clang-tidy] fix warning about decaying array to pointer
[clang-tidy] fix missing braces
[clang-tidy] autofix cppcoreguidelines
[clang-tidy] autofix readability issues
dx: Update pre-commit repos, change imports of Python / CC rules
deps: Update nanobind_bazel to v2.5.0
use smart pointers
[clang-tidy] resolve some global clang-tidy issues
Fix build errors on QuRT (Hexagon)
change setup and teardown callback type
Install FindPFM.cmake for bencmarkConfig.cmake
fix memory manager result bug
Compilation example was wrong. Fixed standard
CI: unbreak MSan job
update version of gtest to v1.15.2 (latest) and also the cmake config
Finish cxx version bump
|
2024-12-04 12:23:46 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
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
Add nb::is_flag() annotation to Counter::Flags
Add a Python matrix to ensure the bindings build on all supported versions
Declare a Python 3.13 toolchain, revert setup.py toolchain target seleā¦
update standard to C++17 per C++ build support
Improve examples on ComputeStatistics
|
2024-08-25 08:19:21 by Thomas Klausner | Files touched by this commit (575) |
Log message:
*: replace CMAKE_ARGS with CMAKE_CONFIGURE_ARGS
|
2024-07-19 08:49:06 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
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
|
2023-08-31 19:22:52 by Adam Ciarcinski | Files touched by this commit (4) |  |
Log message:
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
fix: added benchmark_counters_tabular for file
[perf-counters] Fix pause/resume
sysinfo.cc: Call getloadavg for Android API >= 29
benchmark.cc: Fix benchmarks_with_threads condition
perf-counters: Make tests pass on Android
State: Initialize counters with kAvgIteration in constructor
perf_counters: Initialize once only when needed
test: Use gtest_main only when needed
StatisticsMedian: Fix bug
|
2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247) |
Log message:
*: recursive bump for Python 3.11 as new default
|
2023-07-09 23:09:32 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
google-benchmark: updated to 1.8.2
v1.8.2
Add more terminals with color support
Fix passing non-const lvalue refs to DoNotOptimize
|
2023-07-05 14:13:55 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
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
|