| 894 | } |
| 895 | |
| 896 | static void BM_PlainDecodingSpacedByteArray(benchmark::State& state) { |
| 897 | BM_DecodingByteArraySpaced(state, Encoding::PLAIN); |
| 898 | } |
| 899 | |
| 900 | static void BM_DeltaLengthDecodingSpacedByteArray(benchmark::State& state) { |
| 901 | BM_DecodingByteArraySpaced(state, Encoding::DELTA_LENGTH_BYTE_ARRAY); |
nothing calls this directly
no test coverage detected