Example #1
0
File: utils.py Project: wy/bench
def find_benches(location):
    """Finds benches recursively from location"""
    from bench.utils import find_benches
    find_benches(directory=location)
Example #2
0
def find_benches(location):
    from bench.utils import find_benches
    find_benches(directory=location)