| 100 | } |
| 101 | |
| 102 | void RegressionSetArgs(benchmark::internal::Benchmark* bench) { |
| 103 | // Regression do not need to account for cache hierarchy, thus optimize for |
| 104 | // the best case. |
| 105 | BenchmarkSetArgsWithSizes(bench, {kL1Size}); |
| 106 | } |
| 107 | |
| 108 | // RAII struct to handle some of the boilerplate in regression benchmarks |
| 109 | struct RegressionArgs { |
nothing calls this directly
no test coverage detected