aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/accurate_accumulate/benchmark/metrics/main.py
blob: dc9006062546bf2f2844903500ba802b536e69b7 (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))