Skip to content

Instantly share code, notes, and snippets.

@Saicheg
Last active January 2, 2016 02:09
Show Gist options
  • Save Saicheg/8235068 to your computer and use it in GitHub Desktop.
Save Saicheg/8235068 to your computer and use it in GitHub Desktop.
2.0 vs 2.1

2.0

time rspec spec
7.26s user 2.04s system 82% cpu 11.265 total
time rails runner "puts 3"
3.91s user 1.34s system 89% cpu 5.852 total

2.1

time rspec spec
6.93s user 1.96s system 82% cpu 10.754 total
time rails runner "puts 3"
3.75s user 1.36s system 89% cpu 5.679 total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment