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