Last active
August 29, 2015 14:10
-
-
Save bmatsuo/580da80c96e28f51c572 to your computer and use it in GitHub Desktop.
benchcmp results for https://github.com/mreiferson/go-snappystream/pull/20
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
# benchcmp bench.new.txt bench.newinline.txt | |
benchmark old ns/op new ns/op delta | |
BenchmarkReaderManpage 19525 19398 -0.65% | |
BenchmarkReaderManpage_buffered 19605 19347 -1.32% | |
BenchmarkReaderManpageNoCopy 19686 19314 -1.89% | |
BenchmarkReaderJSON 314747 319364 +1.47% | |
BenchmarkReaderJSON_buffered 330732 333882 +0.95% | |
BenchmarkReaderJSONNoCopy 332856 336380 +1.06% | |
BenchmarkReaderRandom 1893232 1870011 -1.23% | |
BenchmarkReaderRandom_buffered 1842477 1843386 +0.05% | |
BenchmarkReaderRandomNoCopy 2765457 2748211 -0.62% | |
BenchmarkReaderConstant 16210969 16192587 -0.11% | |
BenchmarkReaderConstant_buffered 16321791 16193977 -0.78% | |
BenchmarkReaderConstantNoCopy 16937709 16944641 +0.04% | |
benchmark old MB/s new MB/s speedup | |
BenchmarkReaderManpage 130.60 131.45 1.01x | |
BenchmarkReaderManpage_buffered 130.07 131.80 1.01x | |
BenchmarkReaderManpageNoCopy 129.53 132.02 1.02x | |
BenchmarkReaderJSON 77.61 76.49 0.99x | |
BenchmarkReaderJSON_buffered 68.27 67.62 0.99x | |
BenchmarkReaderJSONNoCopy 67.83 67.12 0.99x | |
BenchmarkReaderRandom 5539.91 5608.70 1.01x | |
BenchmarkReaderRandom_buffered 5691.82 5689.01 1.00x | |
BenchmarkReaderRandomNoCopy 3792.16 3815.95 1.01x | |
BenchmarkReaderConstant 30.58 30.61 1.00x | |
BenchmarkReaderConstant_buffered 30.24 30.48 1.01x | |
BenchmarkReaderConstantNoCopy 29.14 29.13 1.00x |
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
# benchcmp bench.old.txt bench.new.txt | |
benchmark old ns/op new ns/op delta | |
BenchmarkReaderManpage 20223 19525 -3.45% | |
BenchmarkReaderManpage_buffered 20176 19605 -2.83% | |
BenchmarkReaderManpageNoCopy 20179 19686 -2.44% | |
BenchmarkReaderJSON 320459 314747 -1.78% | |
BenchmarkReaderJSON_buffered 332016 330732 -0.39% | |
BenchmarkReaderJSONNoCopy 334736 332856 -0.56% | |
BenchmarkReaderRandom 1859415 1893232 +1.82% | |
BenchmarkReaderRandom_buffered 1837270 1842477 +0.28% | |
BenchmarkReaderRandomNoCopy 2782352 2765457 -0.61% | |
BenchmarkReaderConstant 16053094 16210969 +0.98% | |
BenchmarkReaderConstant_buffered 16138921 16321791 +1.13% | |
BenchmarkReaderConstantNoCopy 16921298 16937709 +0.10% | |
benchmark old MB/s new MB/s speedup | |
BenchmarkReaderManpage 126.09 130.60 1.04x | |
BenchmarkReaderManpage_buffered 126.39 130.07 1.03x | |
BenchmarkReaderManpageNoCopy 126.36 129.53 1.03x | |
BenchmarkReaderJSON 76.23 77.61 1.02x | |
BenchmarkReaderJSON_buffered 68.00 68.27 1.00x | |
BenchmarkReaderJSONNoCopy 67.45 67.83 1.01x | |
BenchmarkReaderRandom 5640.66 5539.91 0.98x | |
BenchmarkReaderRandom_buffered 5707.95 5691.82 1.00x | |
BenchmarkReaderRandomNoCopy 3769.13 3792.16 1.01x | |
BenchmarkReaderConstant 30.88 30.58 0.99x | |
BenchmarkReaderConstant_buffered 30.59 30.24 0.99x | |
BenchmarkReaderConstantNoCopy 29.17 29.14 1.00x |
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
# benchcmp bench.old.txt bench.newinline.txt | |
benchmark old ns/op new ns/op delta | |
BenchmarkReaderManpage 20223 19398 -4.08% | |
BenchmarkReaderManpage_buffered 20176 19347 -4.11% | |
BenchmarkReaderManpageNoCopy 20179 19314 -4.29% | |
BenchmarkReaderJSON 320459 319364 -0.34% | |
BenchmarkReaderJSON_buffered 332016 333882 +0.56% | |
BenchmarkReaderJSONNoCopy 334736 336380 +0.49% | |
BenchmarkReaderRandom 1859415 1870011 +0.57% | |
BenchmarkReaderRandom_buffered 1837270 1843386 +0.33% | |
BenchmarkReaderRandomNoCopy 2782352 2748211 -1.23% | |
BenchmarkReaderConstant 16053094 16192587 +0.87% | |
BenchmarkReaderConstant_buffered 16138921 16193977 +0.34% | |
BenchmarkReaderConstantNoCopy 16921298 16944641 +0.14% | |
benchmark old MB/s new MB/s speedup | |
BenchmarkReaderManpage 126.09 131.45 1.04x | |
BenchmarkReaderManpage_buffered 126.39 131.80 1.04x | |
BenchmarkReaderManpageNoCopy 126.36 132.02 1.04x | |
BenchmarkReaderJSON 76.23 76.49 1.00x | |
BenchmarkReaderJSON_buffered 68.00 67.62 0.99x | |
BenchmarkReaderJSONNoCopy 67.45 67.12 1.00x | |
BenchmarkReaderRandom 5640.66 5608.70 0.99x | |
BenchmarkReaderRandom_buffered 5707.95 5689.01 1.00x | |
BenchmarkReaderRandomNoCopy 3769.13 3815.95 1.01x | |
BenchmarkReaderConstant 30.88 30.61 0.99x | |
BenchmarkReaderConstant_buffered 30.59 30.48 1.00x | |
BenchmarkReaderConstantNoCopy 29.17 29.13 1.00x |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment