| 113 | } |
| 114 | |
| 115 | void run_once_spdlog(size_t round) { |
| 116 | SPDLOG_INFO("round {} payload {}", round, payload); |
| 117 | } |
| 118 | |
| 119 | void run_loop() { |
| 120 | ::bvar::LatencyRecorder latency {"test-" + FLAGS_mode}; |
nothing calls this directly
no outgoing calls
no test coverage detected