aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/testing/benchmark/examples/metrics/main.py
blob: 8f9d9d06aebe5ea653c858ecaf33a1b297e35831 (plain) (blame)
1
2
3
4
5
6
7
import yatest.common as yc


def test_export_metrics(metrics):
    metrics.set_benchmark(yc.execute_benchmark(
        'library/cpp/testing/benchmark/examples/examples',
        threads=8))