Created
December 18, 2013 21:49
-
-
Save yifan-gu/8030418 to your computer and use it in GitHub Desktop.
This file contains 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
testing: warning: no tests to run | |
PASS | |
BenchmarkHttpSync 2 1040816732 ns/op | |
BenchmarkHttpAsync 1 1168044579 ns/op | |
BenchmarkTCPSync 1 1021137163 ns/op | |
BenchmarkTCPAsync 1 1125243129 ns/op |
testing: warning: no tests to run
PASS
BenchmarkHTTP 1000 1465759 ns/op
BenchmarkTCP 1000 1946039 ns/op
testing: warning: no tests to run
PASS
BenchmarkHttpSync 500 5503341 ns/op
BenchmarkHttpAsync 500 5592089 ns/op
BenchmarkTCPSync 500 4925738 ns/op
BenchmarkTCPAsync 500 5149051 ns/op
tcp 8K, http small
testing: warning: no tests to run
PASS
BenchmarkHTTP 1000 1398069 ns/op
BenchmarkTCP 1000 1909234 ns/op
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
testing: warning: no tests to run
PASS
BenchmarkHTTP 2 604853014 ns/op
BenchmarkTCP 10 151242870 ns/op
ok github.com/go-epaxos/transportation_benchmark 3.500s