shairubin / fun_with_ast

let's have fun manipulating ASTs in Python
Apache License 2.0
0 stars 1 forks source link

bench.py fails on testing #223

Open shairubin opened 4 months ago

shairubin commented 4 months ago

def main():

    print(
        f"Type {t.__name__} had a minimum time of {10**6 * bench_min} us"
        f" and a standard deviation of {(10**6) * bench_std} us."
    )