Searched refs:BenchRowMapInsertIntoEmpty (Results 1 – 1 of 1) sorted by relevance
73 void BenchRowMapInsertIntoEmpty(benchmark::State& state, Factory factory) { in BenchRowMapInsertIntoEmpty() function138 BenchRowMapInsertIntoEmpty(state, []() { return RowMap(0, 0); }); in BM_RowMapRangeInsertIntoEmpty()143 BenchRowMapInsertIntoEmpty(state, []() { return RowMap(BitVector{}); }); in BM_RowMapBvInsertIntoEmpty()148 BenchRowMapInsertIntoEmpty(state, in BM_RowMapIvInsertIntoEmpty()