Commit 122840c0 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Benchmarks: fixed bug in JsonLogging

The log should be written to the file in all modes, not only when
logFileAppend is true.
parent 683092bb
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -155,7 +155,6 @@ public:
         logFile << "{" << std::endl;
         logFile << "   \"results\" : [ " << std::endl;
      }
      else
      logFile << log.str();
      if( logFile.good() ) {
         log.str() = "";