Ejemplo n.º 1
0
def test_export_metrics(metrics):
    metrics.set_benchmark(
        yc.execute_benchmark('library/cpp/string_utils/base64/bench/bench'))
Ejemplo n.º 2
0
def test_export_metrics(metrics):
    metrics.set_benchmark(
        yc.execute_benchmark('util/memory/benchmark/pool/pool', threads=8))
Ejemplo n.º 3
0
def test_export_metrics(metrics):
    metrics.set_benchmark(
        yc.execute_benchmark('util/generic/benchmark/log2/log2', threads=8))
Ejemplo n.º 4
0
def test_export_metrics(metrics):
    metrics.set_benchmark(yc.execute_benchmark('util/string/benchmark/subst_global/subst_global', threads=8))
Ejemplo n.º 5
0
def test_export_metrics(metrics):
    metrics.set_benchmark(yc.execute_benchmark('util/string/benchmark/join/join', threads=8))
Ejemplo n.º 6
0
def test_export_metrics(metrics):
    metrics.set_benchmark(yc.execute_benchmark('util/generic/benchmark/rotate_bits/rotate_bits', threads=8))
Ejemplo n.º 7
0
def test_export_metrics(metrics):
    metrics.set_benchmark(
        yc.execute_benchmark(
            'util/string/benchmark/float_to_string/float_to_string',
            threads=8))
Ejemplo n.º 8
0
def test_export_metrics(metrics):
    metrics.set_benchmark(
        yc.execute_benchmark(
            'util/generic/benchmark/vector_count_ctor/vector_count_ctor',
            threads=8))
Ejemplo n.º 9
0
def test_export_metrics(metrics):
    metrics.set_benchmark(yc.execute_benchmark(
        'util/system/benchmark/create_destroy_thread/create_destroy_thread',
        threads=8))
Ejemplo n.º 10
0
def test_export_metrics(metrics):
    metrics.set_benchmark(yc.execute_benchmark(
        'library/cpp/accurate_accumulate/benchmark/benchmark',
        threads=8))
Ejemplo n.º 11
0
def test_export_metrics(metrics):
    metrics.set_benchmark(yc.execute_benchmark(
        'library/testing/benchmark/examples/examples',
        threads=8))
Ejemplo n.º 12
0
def test_export_metrics(metrics):
    metrics.set_benchmark(yc.execute_benchmark('library/string_utils/base64/bench/bench'))
Ejemplo n.º 13
0
def test_export_metrics(metrics):
    metrics.set_benchmark(yc.execute_benchmark(
        'util/system/benchmark/cpu_id/cpu_id',
        threads=8))
Ejemplo n.º 14
0
def test_export_metrics(metrics):
    metrics.set_benchmark(
        yc.execute_benchmark(
            'util/charset/benchmark/utf8_to_wide/utf8_to_wide'))
Ejemplo n.º 15
0
def test_export_metrics(metrics):
    metrics.set_benchmark(
        yc.execute_benchmark('util/random/benchmark/prng/prng', threads=8))
Ejemplo n.º 16
0
def test_export_metrics(metrics):
    metrics.set_benchmark(
        yc.execute_benchmark('util/charset/benchmark/to_lower/to_lower'))