Commit 9db05b73 authored by neverlord's avatar neverlord

benchmark update

parent b0f79b3a
...@@ -73,7 +73,6 @@ void receiver(int64_t max) ...@@ -73,7 +73,6 @@ void receiver(int64_t max)
++value; ++value;
if (value == max) if (value == max)
{ {
std::cout << "received " << value << " messages" << endl;
quit(exit_reason::normal); quit(exit_reason::normal);
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment