Skip to content

Instantly share code, notes, and snippets.

@halida
Created April 13, 2012 03:07
Show Gist options
  • Save halida/2373297 to your computer and use it in GitHub Desktop.
Save halida/2373297 to your computer and use it in GitHub Desktop.
rubinius test
$ 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
@halida
Copy link
Author

halida commented Apr 13, 2012

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment