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
$ rbx memory.rb | |
memory used: 19.4M | |
$ bin/mspec ci -T -rmemory core/array | |
rubinius 1.2.1 (1.8.7 cdbdd275 2011-02-15 JI) [i686-apple-darwin9.8.0] | |
................................................................................................................ | |
Finished in 3.992361 seconds | |
112 files, 2166 examples, 4420 expectations, 0 failures, 0 errors |
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
sasha:rubinius2.0 brian$ RBXOPT='-X19 -Xint' bin/mspec ci core/array/append | |
rubinius 2.0.0dev (1.9.2 3f04efdc yyyy-mm-dd) [x86_64-apple-darwin10.5.0] | |
... | |
Finished in 0.529050 seconds | |
1 file, 3 examples, 7 expectations, 0 failures, 0 errors |
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
Rehearsal ----------------------------------------------- | |
instan_eval 0.258967 0.019441 0.278408 ( 0.485533) | |
bind.call 0.078391 0.003822 0.082213 ( 0.124251) | |
-------------------------------------- total: 0.360621sec | |
user system total real | |
instan_eval 0.259275 0.004492 0.263767 ( 0.309966) | |
bind.call 0.042689 0.000107 0.042796 ( 0.043009) |