ws autobahn / report progress with spdlog::info to get timing info

This commit is contained in:
Benjamin Sergeant
2019-09-04 10:16:32 -07:00
parent b360fb9ca0
commit a43046c921
6 changed files with 13 additions and 4 deletions

View File

@ -42,6 +42,8 @@
#include <ixwebsocket/IXWebSocket.h>
#include <ixwebsocket/IXSocket.h>
#include <spdlog/spdlog.h>
namespace
{
@ -276,7 +278,7 @@ namespace ix
for (int i = 1 ; i < N; ++i)
{
std::cerr << "Execute test case " << i << std::endl;
spdlog::info("Execute test case {}", i);
int caseNumber = i;