blob: 311fc219cec817e32386e0babee703c54f00ab67 (
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/accurate_accumulate/benchmark/benchmark',
threads=8))
|