Example #1
0
def BM_Spectral_Norm(python, options):
    return run_perf_script(python, options, "spectral_norm")
Example #2
0
def BM_deltablue(python, options):
    return run_perf_script(python, options, "deltablue")
Example #3
0
def BM_sqlite_synth(python, options):
    return run_perf_script(python, options, "sqlite_synth")
Example #4
0
def BM_call_method_slots(python, options):
    return run_perf_script(python, options, "call_method_slots")
Example #5
0
def BM_richards(python, options):
    return run_perf_script(python, options, "richards")
Example #6
0
def BM_python_startup(python, options):
    return run_perf_script(python, options, "python_startup")
Example #7
0
def BM_regex_dna(python, options):
    return run_perf_script(python, options, "regex_dna")
Example #8
0
def BM_regex_effbot(python, options):
    return run_perf_script(python, options, "regex_effbot")
Example #9
0
def BM_regex_compile(python, options):
    return run_perf_script(python, options, "regex_compile")
Example #10
0
def BM_logging(python, options):
    return run_perf_script(python, options, "logging")
Example #11
0
def BM_python_startup_no_site(python, options):
    return run_perf_script(python, options, "python_startup",
                           extra_args=["--no-site"])
Example #12
0
def BM_raytrace(python, options):
    return run_perf_script(python, options, "raytrace")
Example #13
0
def BM_hexiom(python, options):
    return run_perf_script(python, options, "hexiom")
Example #14
0
def BM_Telco(python, options):
    return run_perf_script(python, options, "telco")
Example #15
0
def BM_Telco(python, options):
    return run_perf_script(python, options, "telco")
Example #16
0
def BM_regex_dna(python, options):
    return run_perf_script(python, options, "regex_dna")
Example #17
0
def BM_raytrace(python, options):
    return run_perf_script(python, options, "raytrace")
Example #18
0
def BM_unpack_sequence(python, options):
    return run_perf_script(python, options, "unpack_sequence")
Example #19
0
def BM_regex_effbot(python, options):
    return run_perf_script(python, options, "regex_effbot")
Example #20
0
def BM_nbody(python, options):
    return run_perf_script(python, options, "nbody")
Example #21
0
def BM_call_simple(python, options):
    return run_perf_script(python, options, "call_simple")
Example #22
0
def BM_spambayes(python, options):
    return run_perf_script(python, options, "spambayes")
Example #23
0
def BM_spambayes(python, options):
    return run_perf_script(python, options, "spambayes")
Example #24
0
def BM_html5lib(python, options):
    return run_perf_script(python, options, "html5lib")
Example #25
0
def BM_crypto_pyaes(python, options):
    return run_perf_script(python, options, "crypto_pyaes")
Example #26
0
def BM_richards(python, options):
    return run_perf_script(python, options, "richards")
Example #27
0
def BM_dulwich_log(python, options):
    return run_perf_script(python, options, "dulwich_log")
Example #28
0
def BM_pidigits(python, options):
    return run_perf_script(python, options, "pidigits")
Example #29
0
def BM_sqlalchemy_imperative(python, options):
    return run_perf_script(python, options, "sqlalchemy_imperative")
Example #30
0
def BM_crypto_pyaes(python, options):
    return run_perf_script(python, options, "crypto_pyaes")
Example #31
0
def BM_Spectral_Norm(python, options):
    return run_perf_script(python, options, "spectral_norm")
Example #32
0
def BM_sympy(python, options):
    return run_perf_script(python, options, "sympy")
Example #33
0
def BM_hexiom(python, options):
    return run_perf_script(python, options, "hexiom")
Example #34
0
def BM_deltablue(python, options):
    return run_perf_script(python, options, "deltablue")
Example #35
0
def BM_logging(python, options):
    return run_perf_script(python, options, "logging")
Example #36
0
def BM_scimark(python, options):
    return run_perf_script(python, options, "scimark")
Example #37
0
def BM_python_startup_no_site(python, options):
    return run_perf_script(python,
                           options,
                           "python_startup",
                           extra_args=["--no-site"])
Example #38
0
def BM_dulwich_log(python, options):
    return run_perf_script(python, options, "dulwich_log")
Example #39
0
def BM_regex_compile(python, options):
    return run_perf_script(python, options, "regex_compile")
Example #40
0
def BM_pyflate(python, options):
    return run_perf_script(python, options, "pyflate")
Example #41
0
def BM_unpack_sequence(python, options):
    return run_perf_script(python, options, "unpack_sequence")
Example #42
0
def BM_sqlite_synth(python, options):
    return run_perf_script(python, options, "sqlite_synth")
Example #43
0
def BM_call_method_unknown(python, options):
    return run_perf_script(python, options, "call_method_unknown")
Example #44
0
def BM_genshi(python, options):
    return run_perf_script(python, options, "genshi")
Example #45
0
def BM_nbody(python, options):
    return run_perf_script(python, options, "nbody")
Example #46
0
def BM_sqlalchemy_imperative(python, options):
    return run_perf_script(python, options, "sqlalchemy_imperative")
Example #47
0
def BM_html5lib(python, options):
    return run_perf_script(python, options, "html5lib")
Example #48
0
def BM_mdp(python, options):
    return run_perf_script(python, options, "mdp")
Example #49
0
def BM_pidigits(python, options):
    return run_perf_script(python, options, "pidigits")
Example #50
0
def BM_2to3(python, options):
    return run_perf_script(python, options, "2to3")
Example #51
0
def BM_sympy(python, options):
    return run_perf_script(python, options, "sympy")
Example #52
0
def BM_hg_startup(python, options):
    return run_perf_script(python, options, "hg_startup")
Example #53
0
def BM_scimark(python, options):
    return run_perf_script(python, options, "scimark")
Example #54
0
def BM_Chameleon(python, options):
    return run_perf_script(python, options, "chameleon")
Example #55
0
def BM_pyflate(python, options):
    return run_perf_script(python, options, "pyflate")
Example #56
0
def BM_Tornado_Http(python, options):
    return run_perf_script(python, options, "tornado_http")
Example #57
0
def BM_genshi(python, options):
    return run_perf_script(python, options, "genshi")
Example #58
0
def BM_Meteor_Contest(python, options):
    return run_perf_script(python, options, "meteor_contest")
Example #59
0
def BM_mdp(python, options):
    return run_perf_script(python, options, "mdp")
Example #60
0
def BM_Meteor_Contest(python, options):
    return run_perf_script(python, options, "meteor_contest")