Skip to content

Instantly share code, notes, and snippets.

@hotchpotch
Created March 7, 2012 22:42
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 hotchpotch/1996817 to your computer and use it in GitHub Desktop.
Save hotchpotch/1996817 to your computer and use it in GitHub Desktop.
bundler benchmark
$ time ruby -S bundle _1.0.22_ exec ruby -e ''
ruby -S bundle _1.0.22_ exec ruby -e '' 1.50s user 0.25s system 95% cpu 1.829 total
$ time ruby -S bundle _1.1.0_ exec ruby -e ''
ruby -S bundle _1.1.0_ exec ruby -e '' 1.09s user 0.21s system 94% cpu 1.388 total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment