Created
January 8, 2013 17:48
-
-
Save anonymous/4486023 to your computer and use it in GitHub Desktop.
How long Shoes4 takes to start up
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
# With the pull request | |
shoes4% time bin/shoes test.rb | |
bin/shoes test.rb 12.88s user 0.44s system 219% cpu 6.079 total | |
# Without the pull request | |
shoes4% time bin/shoes test.rb | |
bin/shoes test.rb 17.82s user 0.63s system 226% cpu 8.149 total | |
# ∆T = 4.9s |
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
Shoes.app do | |
para "hello, world!" | |
exit | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I had a para there, but it takes the same amount of time to start up without it.