mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-12-12 22:10:17 +00:00
Remove useless variable
This commit is contained in:
@@ -54,8 +54,6 @@ class FairMQBenchmarkSampler : public FairMQDevice
|
|||||||
// store the channel reference to avoid traversing the map on every loop iteration
|
// store the channel reference to avoid traversing the map on every loop iteration
|
||||||
FairMQChannel& dataOutChannel = fChannels.at(fOutChannelName).at(0);
|
FairMQChannel& dataOutChannel = fChannels.at(fOutChannelName).at(0);
|
||||||
|
|
||||||
FairMQMessagePtr baseMsg(dataOutChannel.NewMessage(fMsgSize));
|
|
||||||
|
|
||||||
LOG(info) << "Starting the benchmark with message size of " << fMsgSize << " and " << fMaxIterations << " iterations.";
|
LOG(info) << "Starting the benchmark with message size of " << fMsgSize << " and " << fMaxIterations << " iterations.";
|
||||||
auto tStart = std::chrono::high_resolution_clock::now();
|
auto tStart = std::chrono::high_resolution_clock::now();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user