From 1765cf676e0886c3ea2581f79dbb6449c22008c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20L=C3=BCke?= Date: Sat, 4 Jan 2025 18:32:00 +0100 Subject: [PATCH] readd perf output of the internal nng server sink --- src/tools/mana_auto_replay.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/mana_auto_replay.cc b/src/tools/mana_auto_replay.cc index 75c5530..0e7d0f1 100644 --- a/src/tools/mana_auto_replay.cc +++ b/src/tools/mana_auto_replay.cc @@ -562,7 +562,7 @@ int main(int argc, char *argv[]) f.wait(); #endif - // fmt::print("Internalthis NngServerSink: {}\n", to_string(serverPerfSink->perf())); + fmt::print("Internal NngServerSink: {}\n", to_string(serverPerfSink->perf())); } else {