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