MCPcopy Create free account
hub / github.com/apache/arrow / MinMaxKernelBenchArgs

Function MinMaxKernelBenchArgs

cpp/src/arrow/acero/aggregate_benchmark.cc:710–712  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

708}
709
710static void MinMaxKernelBenchArgs(benchmark::internal::Benchmark* bench) {
711 BenchmarkSetArgsWithSizes(bench, {1 * 1024 * 1024}); // 1M
712}
713
714#define MINMAX_KERNEL_BENCHMARK(FuncName, Type) \
715 static void FuncName(benchmark::State& state) { MinMaxKernelBench<Type>(state); } \

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected