| 898 | } |
| 899 | |
| 900 | static void BM_DeltaLengthDecodingSpacedByteArray(benchmark::State& state) { |
| 901 | BM_DecodingByteArraySpaced(state, Encoding::DELTA_LENGTH_BYTE_ARRAY); |
| 902 | } |
| 903 | |
| 904 | BENCHMARK(BM_PlainDecodingSpacedByteArray)->Apply(ByteArrayCustomArguments); |
| 905 | BENCHMARK(BM_DeltaLengthDecodingSpacedByteArray)->Apply(ByteArrayCustomArguments); |
nothing calls this directly
no test coverage detected