Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Benchmarks

7rans edited this page Jan 12, 2013 · 7 revisions

From bench/vsgems_timed.rb:

Note this is from a number of years ago. RubyGems has added a cache
to improve perforamace since.

              Realms           Gems            
RUBYOPT :     0.058338         0.75125         
REQUIRE :     0.061952         0.753703        
UTILIZE :     0.369826         0.934481      

From bench/vsgems_bm.rb:

RubyGems
                               user     system      total        real
  Require Gems:            0.000000   0.000000   0.000000 (  0.754082)
  Require Facets:          0.000000   0.000000   0.000000 (  0.938536)
  Require Nokogiri:        0.000000   0.010000   0.010000 (  0.805343)

Realms
                               user     system      total        real
  Reqiure Realms:          0.000000   0.000000   0.010000 (  0.052368)
  Require Facets:          0.000000   0.000000   0.010000 (  0.440936)
  Require Nokogiri:        0.000000   0.000000   0.000000 (  0.116994)

Clone this wiki locally