Ralphhumm

Results 1 issues of Ralphhumm

Please test the function in the test as follows, just increasing the RECORDS variable to 1000000. ``` void runBenchmark() { const int RECORDS = 1000000; fmtlog::setLogFile("./log", false); fmtlog::setLogCB(nullptr, fmtlog::WRN); std::chrono::high_resolution_clock::time_point...