Last active
January 4, 2016 09:59
-
-
Save UnderscoreDavidSmith/8605471 to your computer and use it in GitHub Desktop.
Rough Compilation Speed Comparison
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
To get a general sense of how fast a machine is for Xcode compilation I use Adium. | |
It is large and complex enough to tax most machines at least a bit. | |
My Mid 2012 2.7GHz i7 Retina Mac Book Pro does it in around 1m42s (user + sys) [real ~ 27s]. | |
My Late 2014 4.0GHz i7 Retina iMac does it in around 1m11s (user + sys) [real ~ 18.165s]. | |
------------------------------- | |
wget https://adiumx.cachefly.net/adium-1.5.9.tgz | |
tar -xvzf adium-1.5.9.tgz | |
cd adium-1.5.9 | |
time xcodebuild |
Mac Pro (Early 2008)
18 GB Ram, SSD OWC
real 1m56.360s
user 1m17.832s
sys 0m36.844s
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Mac Pro ("Late 2013", really Early 2014), 6-core 3.5 GHz
32 GB RAM
real 0m25.996s
user 1m14.000s
sys 0m28.978s