Skip to content

Instantly share code, notes, and snippets.

@tonini
Created May 30, 2016 14:18
Show Gist options
  • Save tonini/7322b2e0435ba50ffe61b05193418a8a to your computer and use it in GitHub Desktop.
Save tonini/7322b2e0435ba50ffe61b05193418a8a to your computer and use it in GitHub Desktop.
» 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