File tree Expand file tree Collapse file tree
bindings/python/google_benchmark Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Require CMake 3.10. If available, use the policies up to CMake 3.22.
22cmake_minimum_required (VERSION 3.10...3.22 )
33
4- project (benchmark VERSION 1.8.2 LANGUAGES CXX )
4+ project (benchmark VERSION 1.8.3 LANGUAGES CXX )
55
66option (BENCHMARK_ENABLE_TESTING "Enable testing of the benchmark library." ON )
77option (BENCHMARK_ENABLE_EXCEPTIONS "Enable the use of exceptions in the benchmark library." ON )
Original file line number Diff line number Diff line change 1- module (name = "google_benchmark" , version = "1.8.2 " )
1+ module (name = "google_benchmark" , version = "1.8.3 " )
22
33bazel_dep (name = "bazel_skylib" , version = "1.4.1" )
44bazel_dep (name = "platforms" , version = "0.0.6" )
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ def my_benchmark(state):
6969 "State" ,
7070]
7171
72- __version__ = "1.8.2 "
72+ __version__ = "1.8.3 "
7373
7474
7575class __OptionMaker :
You can’t perform that action at this time.
0 commit comments