Last active
September 17, 2018 11:12
-
-
Save maciej/e0732f91de4f72e311f91b71accbf645 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
# benchcmp go1.10.txt go1.11.txt | |
benchmark old ns/op new ns/op delta | |
BenchmarkRealDataParOr/census-income_srt-8 248593 180973 -27.20% | |
BenchmarkRealDataParOr/census-income-8 367601 237989 -35.26% | |
BenchmarkRealDataParOr/census1881_srt-8 476522 420031 -11.85% | |
BenchmarkRealDataParOr/census1881-8 600368 453043 -24.54% | |
BenchmarkRealDataParOr/dimension_003-8 2385498 2064527 -13.46% | |
BenchmarkRealDataParOr/dimension_008-8 1023859 879303 -14.12% | |
BenchmarkRealDataParOr/dimension_033-8 381929 326806 -14.43% | |
BenchmarkRealDataParOr/uscensus2000-8 1477582 1188959 -19.53% | |
BenchmarkRealDataParOr/weather_sept_85_srt-8 215960 179196 -17.02% | |
BenchmarkRealDataParOr/weather_sept_85-8 973996 843609 -13.39% | |
BenchmarkRealDataParOr/wikileaks-noquotes_srt-8 143571 131858 -8.16% | |
BenchmarkRealDataParOr/wikileaks-noquotes-8 184487 165969 -10.04% | |
BenchmarkRealDataFastOr/census-income_srt-8 406379 390331 -3.95% | |
BenchmarkRealDataFastOr/census-income-8 772923 697702 -9.73% | |
BenchmarkRealDataFastOr/census1881_srt-8 1066096 993596 -6.80% | |
BenchmarkRealDataFastOr/census1881-8 1444012 1199087 -16.96% | |
BenchmarkRealDataFastOr/dimension_003-8 1691596 1493963 -11.68% | |
BenchmarkRealDataFastOr/dimension_008-8 708765 618322 -12.76% | |
BenchmarkRealDataFastOr/dimension_033-8 699918 630907 -9.86% | |
BenchmarkRealDataFastOr/uscensus2000-8 2358599 2026139 -14.10% | |
BenchmarkRealDataFastOr/weather_sept_85_srt-8 329612 324894 -1.43% | |
BenchmarkRealDataFastOr/weather_sept_85-8 3375212 2948424 -12.64% | |
BenchmarkRealDataFastOr/wikileaks-noquotes_srt-8 203367 196299 -3.48% | |
BenchmarkRealDataFastOr/wikileaks-noquotes-8 338765 337029 -0.51% | |
# Running on MacOS 10.13.6 / MacBook Pro (15-inch, 2017) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment