Created
June 4, 2015 04:20
-
-
Save rafaelfranca/3f3f530a7d7d702a839e 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
[2.2.2 rails (4-2-stable)]$ bench=1 version=4-2 ruby scope.rb | |
Calculating ------------------------------------- | |
scope 717.000 i/100ms | |
------------------------------------------------- | |
scope 7.539k (± 6.6%) i/s - 38.001k | |
[2.2.2 rails (4-2-stable)]$ g co 4-1-stable | |
Switched to branch '4-1-stable' | |
Your branch is up-to-date with 'origin/4-1-stable'. | |
[2.2.2 rails (4-1-stable)]$ bench=1 version=4-2 ruby scope.rb | |
Calculating ------------------------------------- | |
scope 1.055k i/100ms | |
------------------------------------------------- | |
scope 10.757k (±20.0%) i/s - 51.695k |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment