| 48 | } |
| 49 | |
| 50 | void SetArgs(benchmark::internal::Benchmark* bench) { |
| 51 | BenchmarkSetArgsWithSizes(bench, {kL1Size, kL2Size}); |
| 52 | } |
| 53 | |
| 54 | BENCHMARK_TEMPLATE(ArrayArrayKernel, And)->Apply(SetArgs); |
| 55 | BENCHMARK_TEMPLATE(ArrayArrayKernel, KleeneAnd)->Apply(SetArgs); |
nothing calls this directly
no test coverage detected