Skip to content

Commit

Permalink
add linux benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
rdp committed Jul 3, 2010
1 parent 1e596da commit d578402
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README
Expand Up @@ -53,6 +53,14 @@ with faster_rubygems:
0.19s


linux:

$ time ruby -S whichr whichr
ruby 1.9: 0.6s -> 0.13s
ruby 1.8: 0.17s -> 0.09s

Thus we see that it helps startup time for 1.9 on Linux, but not much for 1.8 on Linux.

== installation ==

$ gem install faster_rubygems # installs faster_rubygems into your site lib, overrides normal rubygems
Expand Down Expand Up @@ -107,4 +115,4 @@ http://github.com/jeremyevans/zozo

Source/feedback:

http://www.github.com/rdp/faster_rubygems
http://www.github.com/rdp/faster_rubygems

0 comments on commit d578402

Please sign in to comment.