Created
January 10, 2012 06:05
-
-
Save brixen/1587321 to your computer and use it in GitHub Desktop.
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:rubinius brian$ rbx -X19 stp.rb | |
| Rehearsal -------------------------------------------------- | |
| Time.parse 11.179549 0.022043 11.201592 ( 13.465809) | |
| Time.strptime 31.703820 0.047070 31.750890 ( 32.709087) | |
| Time.xstrptime 9.215304 0.011662 9.226966 ( 9.915300) | |
| ---------------------------------------- total: 52.179448sec | |
| user system total real | |
| Time.parse 10.895463 0.018336 10.913799 ( 11.022894) | |
| Time.strptime 31.620368 0.048868 31.669236 ( 31.898271) | |
| Time.xstrptime 9.169898 0.010516 9.180414 ( 9.225787) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment