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

Function BenchmarkSetArgs

cpp/src/arrow/util/benchmark_util.h:98–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98void BenchmarkSetArgs(benchmark::internal::Benchmark* bench) {
99 BenchmarkSetArgsWithSizes(bench, kMemorySizes);
100}
101
102void RegressionSetArgs(benchmark::internal::Benchmark* bench) {
103 // Regression do not need to account for cache hierarchy, thus optimize for

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected