From 2f6ca198245aeffd5e2d82b65927c2465b68b4f5 Mon Sep 17 00:00:00 2001
From: bulatman <bulatman@yandex-team.ru>
Date: Thu, 10 Feb 2022 16:45:50 +0300
Subject: Restoring authorship annotation for <bulatman@yandex-team.ru>. Commit
 2 of 2.

---
 library/python/testing/yatest_common/yatest/common/benchmark.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'library/python/testing/yatest_common/yatest/common/benchmark.py')

diff --git a/library/python/testing/yatest_common/yatest/common/benchmark.py b/library/python/testing/yatest_common/yatest/common/benchmark.py
index 766d3a8968..c3784cbe4c 100644
--- a/library/python/testing/yatest_common/yatest/common/benchmark.py
+++ b/library/python/testing/yatest_common/yatest/common/benchmark.py
@@ -8,12 +8,12 @@ def execute_benchmark(path, budget=None, threads=None):
     """
     Run benchmark and return values
     :param path: path to benchmark binary
-    :param budget: time budget, sec (supported only by ybenchmark) 
-    :param threads: number of threads to run benchmark (supported only by ybenchmark) 
+    :param budget: time budget, sec (supported only by ybenchmark)
+    :param threads: number of threads to run benchmark (supported only by ybenchmark)
     :return: map of benchmark values
     """
     benchmark_path = runtime.binary_path(path)
-    cmd = [benchmark_path, "--benchmark_format=json"] 
+    cmd = [benchmark_path, "--benchmark_format=json"]
     if budget is not None:
         cmd += ["-b", str(budget)]
     if threads is not None:
-- 
cgit v1.2.3