Skip to content

Instantly share code, notes, and snippets.

@brianhempel
Created June 18, 2012 19:33
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 brianhempel/2950254 to your computer and use it in GitHub Desktop.
Save brianhempel/2950254 to your computer and use it in GitHub Desktop.
Retina MacBook Pro Rails Benchmarks (Mid-2012, 15-Inch)
$ time bundle exec cucumber features/admin/authentication.feature
MID-2007 15-INCH MACBOOK PRO
2.2 GHz Core 2 Duo 6GB 320GB 7200rpm HD
# Hot
startup 24.7s
total 28.4s
# Cold
startup 38.3s
total 43.3s
MID-2009 15-INCH MACBOOK PRO
2.53 GHz Core 2 Duo 4GB 250GB 5400rpm HD
# Hot
startup 19.3s
total 22.2s
# Cold
startup 35.9s
total 41.0
RETINA, MID-2012 15-INCH MACBOOK PRO
2.3 GHz Core i7 (Ivy Bridge) 8GB 256MB SSD
# Hot
startup 10.4s
total 11.9s
# Cold
startup 12.2s
total 14.0s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment