| 848 | } |
| 849 | |
| 850 | static void BM_DeltaLengthDecodingByteArray(benchmark::State& state) { |
| 851 | DecodingByteArrayBenchmark(state, Encoding::DELTA_LENGTH_BYTE_ARRAY); |
| 852 | } |
| 853 | |
| 854 | BENCHMARK(BM_PlainEncodingByteArray)->Apply(ByteArrayCustomArguments); |
| 855 | BENCHMARK(BM_DeltaLengthEncodingByteArray)->Apply(ByteArrayCustomArguments); |
nothing calls this directly
no test coverage detected