mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
Fix warnings and remove deleted file from installation.
This commit is contained in:
committed by
Mohammad Al-Turany
parent
44a59f25a7
commit
e37e559dce
@@ -108,7 +108,7 @@ void FairMQBenchmarkSampler::Run()
|
||||
|
||||
auto tEnd = chrono::high_resolution_clock::now();
|
||||
|
||||
LOG(INFO) << "Leaving RUNNING state. Done " << fNumIterations << " iterations in " << chrono::duration<double, milli>(tEnd - tStart).count() << "ms.";
|
||||
LOG(INFO) << "Done " << fNumIterations << " iterations in " << chrono::duration<double, milli>(tEnd - tStart).count() << "ms.";
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user