Created
May 30, 2016 14:18
-
-
Save tonini/7322b2e0435ba50ffe61b05193418a8a 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
» time ruby -e 'p 1+2' | |
3 | |
ruby -e 'p 1+2' 0,10s user 0,04s system 96% cpu 0,147 total | |
» time elixir -e 'IO.puts 1+2' | |
3 | |
elixir -e 'IO.puts 1+2' 0,24s user 0,10s system 113% cpu 0,301 total |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment