Ejemplo n.º 1
0
def BM_Chameleon(python, options):
    return run_perf_script(python, options, "chameleon")
Ejemplo n.º 2
0
def BM_unpack_sequence(python, options):
    return run_perf_script(python, options, "unpack_sequence")
Ejemplo n.º 3
0
def BM_html5lib(python, options):
    return run_perf_script(python, options, "html5lib")
Ejemplo n.º 4
0
def BM_python_startup_no_site(python, options):
    return run_perf_script(python,
                           options,
                           "python_startup",
                           extra_args=["--no-site"])
Ejemplo n.º 5
0
def BM_regex_compile(python, options):
    return run_perf_script(python, options, "regex_compile")
Ejemplo n.º 6
0
def BM_hexiom(python, options):
    return run_perf_script(python, options, "hexiom")
Ejemplo n.º 7
0
def BM_logging(python, options):
    return run_perf_script(python, options, "logging")
Ejemplo n.º 8
0
def pickle_benchmark(python, options, *extra_args):
    return run_perf_script(python,
                           options,
                           "pickle",
                           extra_args=list(extra_args))
Ejemplo n.º 9
0
def BM_xml_etree(python, options):
    return run_perf_script(python, options, "xml_etree")
Ejemplo n.º 10
0
def BM_mako(python, options):
    return run_perf_script(python, options, "mako")
Ejemplo n.º 11
0
def BM_pathlib(python, options):
    return run_perf_script(python, options, "pathlib")
Ejemplo n.º 12
0
def BM_Float(python, options):
    return run_perf_script(python, options, "float")
Ejemplo n.º 13
0
def BM_Django_Template(python, options):
    return run_perf_script(python, options, "django_template")
Ejemplo n.º 14
0
def BM_Tornado_Http(python, options):
    return run_perf_script(python, options, "tornado_http")
Ejemplo n.º 15
0
def BM_Spectral_Norm(python, options):
    return run_perf_script(python, options, "spectral_norm")
Ejemplo n.º 16
0
def BM_json_loads(python, options):
    return run_perf_script(python, options, "json_loads")
Ejemplo n.º 17
0
def BM_Telco(python, options):
    return run_perf_script(python, options, "telco")
Ejemplo n.º 18
0
def BM_json_dumps(python, options):
    return run_perf_script(python, options, "json_dumps")
Ejemplo n.º 19
0
def BM_raytrace(python, options):
    return run_perf_script(python, options, "raytrace")
Ejemplo n.º 20
0
def BM_NQueens(python, options):
    return run_perf_script(python, options, "nqueens")
Ejemplo n.º 21
0
def BM_python_startup(python, options):
    return run_perf_script(python, options, "python_startup")
Ejemplo n.º 22
0
def BM_Chaos(python, options):
    return run_perf_script(python, options, "chaos")
Ejemplo n.º 23
0
def BM_regex_effbot(python, options):
    return run_perf_script(python, options, "regex_effbot")
Ejemplo n.º 24
0
def BM_Fannkuch(python, options):
    return run_perf_script(python, options, "fannkuch")
Ejemplo n.º 25
0
def BM_regex_dna(python, options):
    return run_perf_script(python, options, "regex_dna")
Ejemplo n.º 26
0
def BM_Go(python, options):
    return run_perf_script(python, options, "go")
Ejemplo n.º 27
0
def BM_nbody(python, options):
    return run_perf_script(python, options, "nbody")
Ejemplo n.º 28
0
def BM_Meteor_Contest(python, options):
    return run_perf_script(python, options, "meteor_contest")
Ejemplo n.º 29
0
def BM_richards(python, options):
    return run_perf_script(python, options, "richards")
Ejemplo n.º 30
0
def BM_2to3(python, options):
    return run_perf_script(python, options, "2to3")