aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/benchmark/create_destroy_thread/metrics/main.py
blob: 3ee8f8a2eae2adaf24952ffa58601e1f97f0df36 (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)
    )