Echo
service that does little to no processing and does
not block.
It’s also important, however, to benchmark an application where the RPCs are blocking operations - and for those we’ll go back
to fRPCs default behavior to create a new goroutine to handle each incoming RPC.
Our blocking operation for the following benchmark is a simple time.Sleep
call that sleeps for exactly 50 Microseconds.