llvm/third-party/benchmark/tools/gbench/__init__.py

"""Google Benchmark tooling"""

__author__ = "Eric Fiselier"
__email__ = "[email protected]"
__versioninfo__ = (0, 5, 0)
__version__ = ".".join(str(v) for v in __versioninfo__) + "dev"

__all__ = []  # type: ignore