Skip to content

Instantly share code, notes, and snippets.

@headius
Created March 6, 2010 02:06
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 headius/323431 to your computer and use it in GitHub Desktop.
Save headius/323431 to your computer and use it in GitHub Desktop.
~/projects/jruby ➔ jruby --server string_bench.rb
user system total real
String#<< 1.210000 0.000000 1.210000 ( 1.164000)
user system total real
String#<< 1.059000 0.000000 1.059000 ( 1.059000)
user system total real
String#<< 1.037000 0.000000 1.037000 ( 1.037000)
user system total real
String#<< 1.038000 0.000000 1.038000 ( 1.038000)
user system total real
String#<< 1.048000 0.000000 1.048000 ( 1.048000)
~/projects/jruby ➔ vi string_bench.rb
~/projects/jruby ➔ jruby --server string_bench.rb
user system total real
String#<< 1.064000 0.000000 1.064000 ( 1.016000)
user system total real
String#<< 0.982000 0.000000 0.982000 ( 0.983000)
user system total real
String#<< 0.897000 0.000000 0.897000 ( 0.897000)
user system total real
String#<< 0.883000 0.000000 0.883000 ( 0.883000)
user system total real
String#<< 0.879000 0.000000 0.879000 ( 0.879000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment