Sign in
boringssl
/
boringssl
/
11bc8cdb2f8fc690a8f553c9c5dfef1de2e08748
/
.
/
third_party
/
benchmark
/
tools
/
gbench
/
__init__.py
blob: 921256881491c05ddb9f59c894f40e89f962ac3c [
file
]
"""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