benchmark/bindings/python/google_benchmark
Nicholas Junge d99cdd7356
Add `nb::is_flag()` annotation to Counter::Flags (#1870)
This saves us the definition of `__or__`, because we can just use the
one from `enum.IntFlag`.
2024-10-28 18:18:40 +00:00
..
BUILD Bump nanobind-bazel to v2.1.0, add stubgen target (#1824) 2024-07-30 15:49:33 +01:00
__init__.py Bump oldest supported Python to 3.10, eliminate setuptools-scm (#1842) 2024-09-04 17:42:07 +01:00
benchmark.cc Add `nb::is_flag()` annotation to Counter::Flags (#1870) 2024-10-28 18:18:40 +00:00
example.py Fix Python manual timing example (#1722) 2024-08-16 15:32:48 +01:00