| 380 | } |
| 381 | |
| 382 | static void BuildInt64DictionaryArraySimilar( |
| 383 | benchmark::State& state) { // NOLINT non-const reference |
| 384 | const auto fodder = MakeSimilarIntDictFodder(); |
| 385 | BenchmarkDictionaryArray<DictionaryBuilder<Int64Type>>(state, fodder); |
| 386 | } |
| 387 | |
| 388 | static void BuildStringDictionaryArray( |
| 389 | benchmark::State& state) { // NOLINT non-const reference |
nothing calls this directly
no test coverage detected