Sign in
pigweed
/
third_party
/
github
/
google
/
benchmark
/
d99cdd7356de97b3056684d6b511189778d8a247
/
.
/
tools
/
gbench
/
__init__.py
blob: 921256881491c05ddb9f59c894f40e89f962ac3c [
file
] [
log
] [
blame
]
"""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