main.py 194 B

1234567
  1. import yatest.common as yc
  2. def test_export_metrics(metrics):
  3. metrics.set_benchmark(yc.execute_benchmark(
  4. 'library/cpp/accurate_accumulate/benchmark/benchmark',
  5. threads=8))