Files
clang-p2996/third-party/benchmark/tools/gbench/__init__.py
Mircea Trofin a5b797172c Reapply "Update Benchmark (#83488)" (#83916)
This reverts commit aec6a04b8e.

(google/benchmark still at hash 1576991177ba97a4b2ff6c45950f1fa6e9aa678c as it was in #83488. Also reapplied same extra local diffs)

Verified locally.
2024-03-04 14:11:30 -08:00

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