You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
194 B
9 lines
194 B
7 months ago
|
"""Google Benchmark tooling"""
|
||
|
|
||
|
__author__ = 'Eric Fiselier'
|
||
|
__email__ = 'eric@efcs.ca'
|
||
|
__versioninfo__ = (0, 5, 0)
|
||
|
__version__ = '.'.join(str(v) for v in __versioninfo__) + 'dev'
|
||
|
|
||
|
__all__ = []
|