Created
September 24, 2013 01:20
-
-
Save davecheney/6679191 to your computer and use it in GitHub Desktop.
go1.1 vs go tip http benchmarks
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
/home/dfc/devel/autobench/work/go.11/misc/benchcmp /home/dfc/devel/autobench/work/http-11.txt /home/dfc/devel/autobench/work/http-tip.txt | |
benchmark old ns/op new ns/op delta | |
BenchmarkHeaderWriteSubset 1455 1119 -23.09% | |
BenchmarkReadRequestChrome 7697 6959 -9.59% | |
BenchmarkReadRequestCurl 4065 3573 -12.10% | |
BenchmarkReadRequestApachebench 4017 3555 -11.50% | |
BenchmarkReadRequestSiege 5321 4675 -12.14% | |
BenchmarkReadRequestWrk 2698 2651 -1.74% | |
BenchmarkClientServer 58534 57838 -1.19% | |
BenchmarkClientServerParallel4 54188 55070 +1.63% | |
BenchmarkClientServerParallel64 56747 53766 -5.25% | |
BenchmarkServer 335560 299159 -10.85% | |
BenchmarkServerFakeConnNoKeepAlive 16659 12884 -22.66% | |
BenchmarkServerFakeConnWithKeepAlive 13830 10271 -25.73% | |
BenchmarkServerFakeConnWithKeepAliveLite 9030 6427 -28.83% | |
BenchmarkServerHandlerTypeLen 11513 8706 -24.38% | |
BenchmarkServerHandlerNoLen 10593 7930 -25.14% | |
BenchmarkServerHandlerNoType 11033 8248 -25.24% | |
BenchmarkServerHandlerNoHeader 8611 5716 -33.62% | |
benchmark old MB/s new MB/s speedup | |
BenchmarkReadRequestChrome 79.37 87.79 1.11x | |
BenchmarkReadRequestCurl 19.19 21.83 1.14x | |
BenchmarkReadRequestApachebench 20.41 23.06 1.13x | |
BenchmarkReadRequestSiege 28.38 32.29 1.14x | |
BenchmarkReadRequestWrk 14.83 15.08 1.02x |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment