| 271 | CHECK(status.ok() && got_memory) << "HashTable Reinitialization failed"; |
| 272 | } |
| 273 | void 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 | |
| 280 | namespace probe { |