aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/benchmark/create_destroy_thread/metrics/main.py
blob: 38a40a448f785f4272693732257dc8f4f6c3677f (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('util/system/benchmark/create_destroy_thread/create_destroy_thread', threads=8) 
    )