mirror of https://github.com/google/benchmark.git
Expose google_benchmark.State for python bindings. (#1430)
Allows for type annotations.
This commit is contained in:
parent
4efcc47461
commit
48c2d1c1ee
|
@ -44,6 +44,7 @@ from google_benchmark._benchmark import (
|
|||
oNLogN,
|
||||
oAuto,
|
||||
oLambda,
|
||||
State,
|
||||
)
|
||||
|
||||
|
||||
|
@ -64,6 +65,7 @@ __all__ = [
|
|||
"oNLogN",
|
||||
"oAuto",
|
||||
"oLambda",
|
||||
"State",
|
||||
]
|
||||
|
||||
__version__ = "1.6.1"
|
||||
|
|
Loading…
Reference in New Issue