mirror of
https://github.com/google/benchmark.git
synced 2025-03-31 22:50:14 +08:00
Fix python extension import (#1000)
This commit is contained in:
parent
39c8d58a76
commit
37177a84b7
@ -14,7 +14,7 @@
|
|||||||
"""Python benchmarking utilities.
|
"""Python benchmarking utilities.
|
||||||
|
|
||||||
Example usage:
|
Example usage:
|
||||||
import benchmark
|
import google_benchmark as benchmark
|
||||||
|
|
||||||
@benchmark.register
|
@benchmark.register
|
||||||
def my_benchmark(state):
|
def my_benchmark(state):
|
||||||
@ -28,7 +28,7 @@ Example usage:
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
from absl import app
|
from absl import app
|
||||||
from benchmark import _benchmark
|
from google_benchmark import _benchmark
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
"register",
|
"register",
|
||||||
|
Loading…
Reference in New Issue
Block a user