Created
January 23, 2010 22:09
-
-
Save defunkt/284823 to your computer and use it in GitHub Desktop.
Why to not use hub with RubyGems
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
# No RubyGems | |
$ time hub version | |
git version 1.6.0 | |
hub version 0.2.0 | |
real 0m0.047s | |
user 0m0.015s | |
sys 0m0.028s | |
# With RubyGems | |
$ time hub version | |
git version 1.6.0 | |
hub version 0.2.0 | |
real 0m0.438s | |
user 0m0.352s | |
sys 0m0.089s | |
# If you have the current git branch in your bash prompt, | |
# you're going to notice the extra half second before it | |
# renders. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Gogdghjpgg