Skip to content

Instantly share code, notes, and snippets.

@methodmissing
Created April 4, 2009 09:23
Show Gist options
  • Select an option

  • Save methodmissing/90168 to your computer and use it in GitHub Desktop.

Select an option

Save methodmissing/90168 to your computer and use it in GitHub Desktop.
213-138-231-57:extlib lourens$ jruby benchmarks/callsite.rb
Results |
---------------------------------------------------------
Object#callsite_with_constant_append 0.741 |
Object#callsite_without_constant_append 0.667 |
Object#callsite_with_constant_concat 0.702 |
Object#callsite_without_constant_concat 0.700 |
213-138-231-57:extlib lourens$ jruby benchmarks/callsite.rb
Results |
---------------------------------------------------------
Object#callsite_with_constant_append 0.755 |
Object#callsite_without_constant_append 0.709 |
Object#callsite_with_constant_concat 0.715 |
Object#callsite_without_constant_concat 0.688 |
213-138-231-57:extlib lourens$ ruby benchmarks/callsite.rb
Results |
---------------------------------------------------------
Object#callsite_with_constant_append 0.359 |
Object#callsite_without_constant_append 0.342 |
Object#callsite_with_constant_concat 0.336 |
Object#callsite_without_constant_concat 0.333 |
213-138-231-57:extlib lourens$ ruby benchmarks/callsite.rb
Results |
---------------------------------------------------------
Object#callsite_with_constant_append 0.354 |
Object#callsite_without_constant_append 0.351 |
Object#callsite_with_constant_concat 0.332 |
Object#callsite_without_constant_concat 0.331 |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment