| 33 | constexpr static unsigned kNumIterations = 1; |
| 34 | |
| 35 | void EmptyBenchmarkTask(ftl::TaskScheduler * /*scheduler*/, void * /*arg*/) { |
| 36 | // No-Op |
| 37 | } |
| 38 | |
| 39 | TEST_CASE("Empty benchmark") { |
| 40 | BENCHMARK_ADVANCED("Empty") |
nothing calls this directly
no outgoing calls
no test coverage detected