benchmark

Logo

A microbenchmark support library

View the Project on GitHub google/benchmark

How to release

# CMakeLists.txt
project (benchmark VERSION 1.9.0 LANGUAGES CXX)
# MODULE.bazel
module(name = "com_github_google_benchmark", version="1.9.0")
# google_benchmark/__init__.py
__version__ = "1.9.0"