| 131 | } |
| 132 | |
| 133 | Y_CPU_BENCHMARK(EncodeF1, iface) { |
| 134 | auto& d = *Singleton<FSRDH_1>(); |
| 135 | BenchEncode(d, iface); |
| 136 | } |
| 137 | |
| 138 | Y_CPU_BENCHMARK(DecodeF1, iface) { |
| 139 | auto& d = *Singleton<FSRDH_1>(); |
nothing calls this directly
no test coverage detected