Skip to content

Instantly share code, notes, and snippets.

@noahc
Last active December 12, 2015 08:08
Show Gist options
  • Save noahc/4741989 to your computer and use it in GitHub Desktop.
Save noahc/4741989 to your computer and use it in GitHub Desktop.
Does one of these run faster than the other?
git reset --hard 5a9c02f342f5d729a2d6aefbd805ac83c5458034 #enable PRR 1min53sec
rake db:reset db:migrate db:reset db:test:prepare
rspec spec
git reset --hard cbd4d4c7ec9d9ad20e148685b6d7008bfef4814f #appointed agency merge 2min52sec
rake db:reset db:migrate db:reset db:test:prepare
rspec spec
@Capncavedan
Copy link

Yes. First one runs in 1:49 for me, second in 2:36

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment