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

Function VarianceKernelBenchArgs

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

Source from the content-addressed store, hash-verified

762}
763
764static void VarianceKernelBenchArgs(benchmark::internal::Benchmark* bench) {
765 BenchmarkSetArgsWithSizes(bench, {1 * 1024 * 1024});
766}
767
768#define VARIANCE_KERNEL_BENCHMARK(FuncName, Type) \
769 static void FuncName(benchmark::State& state) { VarianceKernelBench<Type>(state); } \

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected