[OptTable] Fix typo VALUE => VALUES (NFCI) (#121523)
[llvm-project.git] / third-party / benchmark / tools / gbench / __init__.py
blob921256881491c05ddb9f59c894f40e89f962ac3c
1 """Google Benchmark tooling"""
3 __author__ = "Eric Fiselier"
4 __email__ = "eric@efcs.ca"
5 __versioninfo__ = (0, 5, 0)
6 __version__ = ".".join(str(v) for v in __versioninfo__) + "dev"
8 __all__ = [] # type: ignore