Created
April 13, 2012 03:07
-
-
Save halida/2373297 to your computer and use it in GitHub Desktop.
rubinius test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ make | |
time ruby test.rb | |
4999999950000000 | |
5.20user 0.04system 0:05.25elapsed 99%CPU (0avgtext+0avgdata 119920maxresident)k | |
0inputs+0outputs (0major+12315minor)pagefaults 0swaps | |
rbx compile test.rb -o t.rbc | |
time rbx -e "Rubinius::CodeLoader.require_compiled 't'" | |
4999999950000000 | |
5.20user 0.00system 0:05.22elapsed 99%CPU (0avgtext+0avgdata 121152maxresident)k | |
0inputs+0outputs (0major+12387minor)pagefaults 0swaps |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
source here:
https://github.com/halida/code-example/tree/master/ruby/rubinius
using http://rubini.us