Skip to content

Instantly share code, notes, and snippets.

@ajstarks
Last active December 17, 2015 07:39
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 ajstarks/5574088 to your computer and use it in GitHub Desktop.
Save ajstarks/5574088 to your computer and use it in GitHub Desktop.
Go Build and test times
Go 1.1 Build and test times
System all.bash test pkg ../test go build ts.go
(all times seconds)
Macbook Air (2 Ghz Core i7) 170.0 35.13 45.48 0.623
MacBook Pro (2.53 GHz Core 2 Duo) 274.0 71.9 79.0 0.977
Raspberry Pi Model B 5284.0 1209.42 2174.0 9.78
Beaglebone Black (USB Power) 6360.0 1463.0 2691.0 12.68
Beaglebone Black (Angstrom) 2864.0 708.92 1098.96 6.255
Beaglebone Black (debian 3.8.12) 2819.397 733.398 1129.10 6.160
Beaglebone Black (ubuntu 3.8.12) 2874.410 724.876 1100.191 6.266
Go 1.1.1 Build and test times
Macbook Air (2 Ghz Core i7) 161.498 34.44 42.759 0.601
MacBook Pro (2.53 GHz Core 2 Duo) 284.868 77.003 81.101 0.910
Raspberry Pi Model B (Raspian 3.6.11) 5311.09 1211.854 2184.808 9.788
Beaglebone Black (debian 3.8.12) 2860.26 759.952 1119.298 6.124
Go 1.1.2 Build and test times
Macbook Air (2 Ghz Core i7) 154.701 32.293 41.140
MacBook Pro (2.53 GHz Core 2 Duo) 289.603 72.317 83.939
Raspberry Pi Model B (Raspian 3.6.11) 5765.568 2375.061
Beaglebone Black (debian 3.8.12) 2896.037 767.798 1122.903 6.188
Go 1.2 Build and test times
Macbook Air (2 Ghz Core i7) 209.135 43.048 34.696 0.754
MacBook Pro (2.53 GHz Core 2 Duo) 377.546 94.568 73.489 1.312
Raspberry Pi Model B 5712.062 1605.116 1610.984 13.706
Beaglebone Black (debian 3.8.12) 2999.671 906.385 881.185 7.614
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment