| 231 | } |
| 232 | |
| 233 | static void BitmapReaderSumWithOffset(benchmark::State& state) { |
| 234 | UnaryBitBlockBenchmark(state, /*offset=*/4).BenchBitmapReader(); |
| 235 | } |
| 236 | |
| 237 | static void BinaryBitBlockCounterSum(benchmark::State& state) { |
| 238 | BinaryBitBlockBenchmark(state, /*offset=*/0).BenchBitBlockCounter(); |
nothing calls this directly
no test coverage detected