docker / libchan

Like Go channels over the network
Apache License 2.0
2.47k stars 142 forks source link

Add benchmark for pipe roundtrip #62

Closed dmcgowan closed 9 years ago

dmcgowan commented 9 years ago

A simple benchmark for the round trip of an in memory pipe. Will likely add a more complex benchmark using a more complex type in the future. This can be used as a baseline for any improvements for the in memory pipe send and receive.