MCPcopy Create free account
hub / github.com/apache/impala / Benchmark

Function Benchmark

be/src/benchmarks/hash-table-benchmark.cc:273–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271 CHECK(status.ok() && got_memory) << "HashTable Reinitialization failed";
272}
273void Benchmark(int batch_size, void* args) {
274 // batch_size is ignored. This is run just once.
275 TestCtx* ctx = reinterpret_cast<TestCtx*>(args);
276 Build(ctx, ctx->data);
277}
278}; // namespace build
279
280namespace probe {

Callers

nothing calls this directly

Calls 2

BuildFunction · 0.85
ProbeFunction · 0.85

Tested by

no test coverage detected