Skip to content

Instantly share code, notes, and snippets.

@UnderscoreDavidSmith
Last active January 4, 2016 09:59
Show Gist options
  • Save UnderscoreDavidSmith/8605471 to your computer and use it in GitHub Desktop.
Save UnderscoreDavidSmith/8605471 to your computer and use it in GitHub Desktop.
Rough Compilation Speed Comparison
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
@adriantofan
Copy link

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