| 808 | } |
| 809 | |
| 810 | static void BM_DeltaLengthEncodingByteArray(benchmark::State& state) { |
| 811 | EncodingByteArrayBenchmark(state, Encoding::DELTA_LENGTH_BYTE_ARRAY); |
| 812 | } |
| 813 | |
| 814 | static void BM_PlainEncodingByteArray(benchmark::State& state) { |
| 815 | EncodingByteArrayBenchmark(state, Encoding::PLAIN); |
nothing calls this directly
no test coverage detected