blob: 45564cda7f6a711f57891cc6583f73ca215f5c1a (
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)
)
|