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

Function RegressionSetArgs

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

Source from the content-addressed store, hash-verified

100}
101
102void RegressionSetArgs(benchmark::internal::Benchmark* bench) {
103 // Regression do not need to account for cache hierarchy, thus optimize for
104 // the best case.
105 BenchmarkSetArgsWithSizes(bench, {kL1Size});
106}
107
108// RAII struct to handle some of the boilerplate in regression benchmarks
109struct RegressionArgs {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected