diff options
Diffstat (limited to 'library/cpp/testing/benchmark/bench.cpp')
| -rw-r--r-- | library/cpp/testing/benchmark/bench.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/testing/benchmark/bench.cpp b/library/cpp/testing/benchmark/bench.cpp index 08d8708005a..b03792edc92 100644 --- a/library/cpp/testing/benchmark/bench.cpp +++ b/library/cpp/testing/benchmark/bench.cpp @@ -276,7 +276,7 @@ namespace { NCpu::TParams params{n}; F(params); - }, opts.TimeBudget, *this); + }, opts.TimeBudget, *this); } enum EOutFormat { |
