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