Skip to content

Instantly share code, notes, and snippets.

@pietia
Created January 12, 2009 09:59
Show Gist options
  • Save pietia/45956 to your computer and use it in GitHub Desktop.
Save pietia/45956 to your computer and use it in GitHub Desktop.
pietia@localhost bench]$ jruby -v
jruby 1.1.6 (ruby 1.8.6 patchlevel 114) (2008-12-17 rev 8388) [i386-java]
pietia@localhost bench]$ ruby -v
ruby 1.8.6 (2008-08-11 patchlevel 287) [i686-linux]
-------------
model name : Intel(R) Core(TM)2 Duo CPU T8300 @ 2.40GHz
[pietia@localhost bench]$ jruby --server test2.rb
1.033536
0.800825
0.663606
0.674106
0.713307
0.726036
0.523975
0.540493
0.528067
pietia@localhost bench]$ jruby test2.rb
0.747063
0.591974
0.575465
0.590628
0.592067
0.615178
0.620241
0.725726
0.724106
pietia@localhost bench]$ ruby test2.rb
0.64288
0.631458
0.633058
0.630171
0.631494
0.628264
0.637222
0.627881
0.633339
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment