Last active
August 29, 2015 13:58
-
-
Save brandonhilkert/9997462 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
| [04:09:15] bhilkert [~/Dropbox/code/perform] (master) $ time rake test TEST=test/controllers/people_controller_test.rb | |
| Run options: --seed 26766 | |
| # Running tests: | |
| ............... | |
| Fabulous tests in 0.575817s, 26.0499 tests/s, 60.7832 assertions/s. | |
| 15 tests, 35 assertions, 0 failures, 0 errors, 0 skips | |
| real 0m7.884s | |
| user 0m5.632s | |
| sys 0m1.542s | |
| [04:09:44] bhilkert [~/Dropbox/code/perform] (master) $ time bin/rake test TEST=test/controllers/people_controller_test.rb | |
| Run options: --seed 18531 | |
| # Running tests: | |
| ............... | |
| Fabulous tests in 0.647026s, 23.1830 tests/s, 54.0937 assertions/s. | |
| 15 tests, 35 assertions, 0 failures, 0 errors, 0 skips | |
| real 0m6.249s | |
| user 0m0.182s | |
| sys 0m0.068s |
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
| [04:06:36] bhilkert [~/Dropbox/code/perform] (master) $ time rake minitest:controllers | |
| Run options: --seed 25338 | |
| # Running tests: | |
| .............................. | |
| Fabulous tests in 0.949686s, 31.5894 tests/s, 60.0198 assertions/s. | |
| 30 tests, 57 assertions, 0 failures, 0 errors, 0 skips | |
| real 0m10.067s | |
| user 0m6.317s | |
| sys 0m1.842s | |
| [04:06:56] bhilkert [~/Dropbox/code/perform] (master) $ time bin/rake minitest:controllers | |
| Run options: --seed 45194 | |
| # Running tests: | |
| .............................. | |
| Fabulous tests in 1.157809s, 25.9110 tests/s, 49.2309 assertions/s. | |
| 30 tests, 57 assertions, 0 failures, 0 errors, 0 skips | |
| real 0m7.333s | |
| user 0m0.188s | |
| sys 0m0.071s |
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
| [04:07:08] bhilkert [~/Dropbox/code/perform] (master) $ time rake test:controllers | |
| Run options: --seed 29362 | |
| # Running tests: | |
| .............................. | |
| Fabulous tests in 0.977946s, 30.6765 tests/s, 58.2854 assertions/s. | |
| 30 tests, 57 assertions, 0 failures, 0 errors, 0 skips | |
| real 0m7.051s | |
| user 0m3.739s | |
| sys 0m1.214s | |
| [04:07:51] bhilkert [~/Dropbox/code/perform] (master) $ time bin/rake test:controllers | |
| Run options: --seed 19752 | |
| # Running tests: | |
| .............................. | |
| Fabulous tests in 0.989944s, 30.3047 tests/s, 57.5790 assertions/s. | |
| 30 tests, 57 assertions, 0 failures, 0 errors, 0 skips | |
| real 0m2.627s | |
| user 0m0.192s | |
| sys 0m0.074s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment