| 844 | } |
| 845 | |
| 846 | static void BM_PlainDecodingByteArray(benchmark::State& state) { |
| 847 | DecodingByteArrayBenchmark(state, Encoding::PLAIN); |
| 848 | } |
| 849 | |
| 850 | static void BM_DeltaLengthDecodingByteArray(benchmark::State& state) { |
| 851 | DecodingByteArrayBenchmark(state, Encoding::DELTA_LENGTH_BYTE_ARRAY); |
nothing calls this directly
no test coverage detected