Skip to content

Instantly share code, notes, and snippets.

Created January 8, 2013 17:48
Show Gist options
  • Save anonymous/4486023 to your computer and use it in GitHub Desktop.
Save anonymous/4486023 to your computer and use it in GitHub Desktop.
How long Shoes4 takes to start up
# 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
Shoes.app do
para "hello, world!"
exit
end
@davorb
Copy link

davorb commented Jan 8, 2013

I had a para there, but it takes the same amount of time to start up without it.

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