tile/third_party/benchmark/tools/gbench/__init__.py

9 lines
210 B
Python
Raw Normal View History

2024-06-11 19:13:30 +08:00
"""Google Benchmark tooling"""
__author__ = "Eric Fiselier"
__email__ = "eric@efcs.ca"
__versioninfo__ = (0, 5, 0)
__version__ = ".".join(str(v) for v in __versioninfo__) + "dev"
__all__ = [] # type: ignore