| 274 | } |
| 275 | |
| 276 | TResult TCpuBenchmark::Run(const TOptions& opts) { |
| 277 | return RunTest<TCycleTimer>([this](size_t n) { |
| 278 | NCpu::TParams params{n}; |
| 279 | |
| 280 | F(params); |
| 281 | }, opts.TimeBudget, *this); |
| 282 | } |
| 283 | |
| 284 | enum EOutFormat { |
| 285 | F_CONSOLE = 0 /* "console" */, |