| 842 | } |
| 843 | |
| 844 | static void QuantileKernelArgs(benchmark::internal::Benchmark* bench) { |
| 845 | BenchmarkSetArgsWithSizes(bench, {1 * 1024 * 1024}); |
| 846 | } |
| 847 | |
| 848 | BENCHMARK_TEMPLATE(QuantileKernelMedianNarrow, Int32Type)->Apply(QuantileKernelArgs); |
| 849 | BENCHMARK_TEMPLATE(QuantileKernelMedianWide, Int32Type)->Apply(QuantileKernelArgs); |
nothing calls this directly
no test coverage detected