|
def | __init__ (self, module=None, test_method=None, setup_method=None, total_bytes=None, full_iteration=1) |
|
def | dry_run (self, test_method_args='', setup_method_args='') |
|
def | full_setup_code (self, setup_method_args='') |
|
def | run_benchmark (self, test_method_args='', setup_method_args='') |
|
def | set_test_method (self, test_method) |
|
Definition at line 108 of file py_benchmark.py.
◆ __init__()
def benchmarks.python.py_benchmark.Benchmark.__init__ |
( |
|
self, |
|
|
|
module = None , |
|
|
|
test_method = None , |
|
|
|
setup_method = None , |
|
|
|
total_bytes = None , |
|
|
|
full_iteration = 1 |
|
) |
| |
◆ dry_run()
def benchmarks.python.py_benchmark.Benchmark.dry_run |
( |
|
self, |
|
|
|
test_method_args = '' , |
|
|
|
setup_method_args = '' |
|
) |
| |
◆ full_setup_code()
def benchmarks.python.py_benchmark.Benchmark.full_setup_code |
( |
|
self, |
|
|
|
setup_method_args = '' |
|
) |
| |
◆ run_benchmark()
def benchmarks.python.py_benchmark.Benchmark.run_benchmark |
( |
|
self, |
|
|
|
test_method_args = '' , |
|
|
|
setup_method_args = '' |
|
) |
| |
◆ set_test_method()
def benchmarks.python.py_benchmark.Benchmark.set_test_method |
( |
|
self, |
|
|
|
test_method |
|
) |
| |
◆ full_iteration
benchmarks.python.py_benchmark.Benchmark.full_iteration |
◆ module
benchmarks.python.py_benchmark.Benchmark.module |
◆ setup_method
benchmarks.python.py_benchmark.Benchmark.setup_method |
◆ test_method
benchmarks.python.py_benchmark.Benchmark.test_method |
◆ total_bytes
benchmarks.python.py_benchmark.Benchmark.total_bytes |
The documentation for this class was generated from the following file: