aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/google/benchmark/tools/compare/gbench/__init__.py
blob: 921256881491c05ddb9f59c894f40e89f962ac3c (plain) (blame)
1
2
3
4
5
6
7
8
"""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