Last active
January 4, 2016 09:59
Revisions
-
UnderscoreDavidSmith revised this gist
Oct 23, 2014 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -2,9 +2,9 @@ To get a general sense of how fast a machine is for Xcode compilation I use Adiu 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 -
UnderscoreDavidSmith revised this gist
Jan 24, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ To get a general sense of how fast a machine is for Xcode compilation I use Adiu 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]. ------------------------------- -
UnderscoreDavidSmith revised this gist
Jan 24, 2014 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,10 @@ To get a general sense of how fast a machine is for Xcode compilation I use Adiu 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). ------------------------------- wget https://adiumx.cachefly.net/adium-1.5.9.tgz tar -xvzf adium-1.5.9.tgz -
UnderscoreDavidSmith revised this gist
Jan 24, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ 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. -
UnderscoreDavidSmith revised this gist
Jan 24, 2014 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,8 @@ To get a general sense of how fast a machine is for Xcode compilation I use Adium as a reasonable baseline. 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). wget https://adiumx.cachefly.net/adium-1.5.9.tgz tar -xvzf adium-1.5.9.tgz -
UnderscoreDavidSmith revised this gist
Jan 24, 2014 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,5 @@ To get a general sense of how fast a machine is for Xcode compilation I use Adium as a reasonable baseline. 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). wget https://adiumx.cachefly.net/adium-1.5.9.tgz tar -xvzf adium-1.5.9.tgz cd adium-1.5.9 -
UnderscoreDavidSmith created this gist
Jan 24, 2014 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ wget https://adiumx.cachefly.net/adium-1.5.9.tgz tar -xvzf adium-1.5.9.tgz cd adium-1.5.9 time xcodebuild