Created
June 19, 2014 05:38
-
-
Save yifan-gu/20df80c49f7fb48bf103 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Built-in gogoprotobuf over HTTP: | |
=== RUN TestGoGoProtobufHTTPMessenger | |
Generating 8192 messages | |
Sending 8192 messages from [0] to [0] | |
Done! time elasped: 440ms | |
Verifying 8192 messages | |
Messages look good! | |
Generating 8192 messages | |
Sending 8192 messages from [0] to [1] | |
Done! time elasped: 1935ms | |
Verifying 8192 messages | |
Messages look good! | |
Generating 8192 messages | |
Sending 8192 messages from [0] to [2] | |
Done! time elasped: 1929ms | |
Verifying 8192 messages | |
gogoprotobuf + one byte of type information | |
over HTTP: | |
=== RUN TestGoGoProtobufHTTPMessenger | |
Generating 8192 messages | |
Sending 8192 messages from [0] to [0] | |
Done! time elasped: 466ms | |
Verifying 8192 messages | |
Messages look good! | |
Generating 8192 messages | |
Sending 8192 messages from [0] to [1] | |
Done! time elasped: 2034ms | |
Verifying 8192 messages | |
Messages look good! | |
Generating 8192 messages | |
Sending 8192 messages from [0] to [2] | |
Done! time elasped: 2113ms | |
Verifying 8192 messages | |
Messages look good! | |
Generating 8192 messages | |
Sending 8192 messages from [1] to [0] | |
Done! time elasped: 1925ms | |
Verifying 8192 messages | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment