Skip to content

Instantly share code, notes, and snippets.

@ingydotnet
Created August 15, 2010 18:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ingydotnet/525792 to your computer and use it in GitHub Desktop.
Save ingydotnet/525792 to your computer and use it in GitHub Desktop.
# 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