Skip to content

Instantly share code, notes, and snippets.

@dlsniper
Last active February 8, 2017 23:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dlsniper/bc2acb115dacb333700d85f25df74c33 to your computer and use it in GitHub Desktop.
Save dlsniper/bc2acb115dacb333700d85f25df74c33 to your computer and use it in GitHub Desktop.
Go 1.8RC3 BashOnWindows vs Pure Windows
Bash Windows
benchmark old ns/op new ns/op delta
BenchmarkBinaryTree17-8 2740384400 3162642000 +15.41%
BenchmarkFannkuch11-8 3323651700 3213270000 -3.32%
BenchmarkFmtFprintfEmpty-8 58.7 53.1 -9.54%
BenchmarkFmtFprintfString-8 174 129 -25.86%
BenchmarkFmtFprintfInt-8 160 128 -20.00%
BenchmarkFmtFprintfIntInt-8 175 188 +7.43%
BenchmarkFmtFprintfPrefixedInt-8 182 194 +6.59%
BenchmarkFmtFprintfFloat-8 280 288 +2.86%
BenchmarkFmtManyArgs-8 787 823 +4.57%
BenchmarkGobDecode-8 6741903 6858249 +1.73%
BenchmarkGobEncode-8 5623637 5673706 +0.89%
BenchmarkGzip-8 242235020 241809780 -0.18%
BenchmarkGunzip-8 36084640 37555552 +4.08%
BenchmarkHTTPClientServer-8 162567 97728 -39.88%
BenchmarkJSONEncode-8 15748284 16190236 +2.81%
BenchmarkJSONDecode-8 58646863 54281870 -7.44%
BenchmarkMandelbrot200-8 4355008 4483594 +2.95%
BenchmarkGoParse-8 3389708 3468412 +2.32%
BenchmarkRegexpMatchEasy0_32-8 83.1 83.4 +0.36%
BenchmarkRegexpMatchEasy0_1K-8 199 198 -0.50%
BenchmarkRegexpMatchEasy1_32-8 77.3 79.4 +2.72%
BenchmarkRegexpMatchEasy1_1K-8 340 346 +1.76%
BenchmarkRegexpMatchMedium_32-8 119 122 +2.52%
BenchmarkRegexpMatchMedium_1K-8 37509 38835 +3.54%
BenchmarkRegexpMatchHard_32-8 1867 1920 +2.84%
BenchmarkRegexpMatchHard_1K-8 56751 57547 +1.40%
BenchmarkRevcomp-8 402954233 392891766 -2.50%
BenchmarkTemplate-8 56547660 58114720 +2.77%
BenchmarkTimeParse-8 299 303 +1.34%
BenchmarkTimeFormat-8 329 341 +3.65%
benchmark old MB/s new MB/s speedup
BenchmarkGobDecode-8 113.85 111.91 0.98x
BenchmarkGobEncode-8 136.48 135.28 0.99x
BenchmarkGzip-8 80.11 80.25 1.00x
BenchmarkGunzip-8 537.76 516.69 0.96x
BenchmarkJSONEncode-8 123.22 119.85 0.97x
BenchmarkJSONDecode-8 33.09 35.75 1.08x
BenchmarkGoParse-8 17.09 16.70 0.98x
BenchmarkRegexpMatchEasy0_32-8 384.85 383.67 1.00x
BenchmarkRegexpMatchEasy0_1K-8 5123.93 5156.46 1.01x
BenchmarkRegexpMatchEasy1_32-8 413.84 402.89 0.97x
BenchmarkRegexpMatchEasy1_1K-8 3011.46 2953.96 0.98x
BenchmarkRegexpMatchMedium_32-8 8.37 8.15 0.97x
BenchmarkRegexpMatchMedium_1K-8 27.30 26.37 0.97x
BenchmarkRegexpMatchHard_32-8 17.14 16.67 0.97x
BenchmarkRegexpMatchHard_1K-8 18.04 17.79 0.99x
BenchmarkRevcomp-8 630.76 646.91 1.03x
BenchmarkTemplate-8 34.32 33.39 0.97x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment