Created
August 15, 2010 18:34
-
-
Save ingydotnet/525792 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
# A real life performance comparison of equivalent software in Perl 5 and Perl 6: | |
(ingynet-2.local) ingy /Users/ingy/src/testml-pm | |
> time make test > /dev/null 2>&1 | |
real 0m1.013s | |
user 0m0.852s | |
sys 0m0.186s | |
(ingynet-2.local) ingy /Users/ingy/src/testml-pm6 | |
> time make test > /dev/null 2>&1 | |
real 1m59.949s | |
user 1m54.477s | |
sys 0m5.184s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment