| 85 | }; |
| 86 | |
| 87 | struct struct_input { |
| 88 | static data make() { return data{}; } |
| 89 | }; |
| 90 | |
| 91 | template <typename T, typename Storage, typename Input> |
| 92 | static void bench_dynamic_storage(benchmark::State& state) |
nothing calls this directly
no outgoing calls
no test coverage detected