-
Notifications
You must be signed in to change notification settings - Fork 119
PingPong
Or Kehati edited this page Apr 28, 2015
·
1 revision
In ping-pong mode there is at most 1 message on the wire at any given time.
In ping-pong mode there is at most 1 message on the wire at any time. Only when the message arrives to a player (either client or server) this player will send message back to the other peer.
This mode might seem as the cleanest mode without any noise that affect the test; however, this test is artificial and usually doesn't reflect real life.
For measuring performance in scenarios that are closer to real life please see UnderLoad test.