MCPcopy Create free account
hub / github.com/bytedance/bolt / BM_setValidRange

Function BM_setValidRange

bolt/vector/benchmarks/SelectivityVectorBenchmark.cpp:129–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129void BM_setValidRange(uint32_t iterations, size_t numEntries) {
130 setValidRangeTest(iterations, numEntries);
131}
132
133BENCHMARK_PARAM(BM_setValidRange, 1);
134BENCHMARK_PARAM(BM_setValidRange, 1000);

Callers

nothing calls this directly

Calls 1

setValidRangeTestFunction · 0.85

Tested by

no test coverage detected