summaryrefslogtreecommitdiff
path: root/third-party/benchmark/tools/gbench/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'third-party/benchmark/tools/gbench/__init__.py')
-rw-r--r--third-party/benchmark/tools/gbench/__init__.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/third-party/benchmark/tools/gbench/__init__.py b/third-party/benchmark/tools/gbench/__init__.py
new file mode 100644
index 000000000000..fce1a1acfbb3
--- /dev/null
+++ b/third-party/benchmark/tools/gbench/__init__.py
@@ -0,0 +1,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__ = []