aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/testing/benchmark/examples/metrics/main.py
blob: 11ab1c2cd1525f382807b6f3114e4e2a6ad69d50 (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))