blob: 90755b1b5f8cdcce1c9ee4bba787b68e538c052f (
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(
'yql/essentials/minikql/benchmark/pack_num/pack_num',
threads=8))
|