This reverts commit aec6a04b8e.
(google/benchmark still at hash 1576991177ba97a4b2ff6c45950f1fa6e9aa678c as it was in #83488. Also reapplied same extra local diffs)
Verified locally.
9 lines
210 B
Python
9 lines
210 B
Python
"""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
|