Created
June 1, 2014 17:20
-
-
Save jeffmo/2e80968193c89a8a9e97 to your computer and use it in GitHub Desktop.
This file contains 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
[jeffmo@host ~/test]$ time jest | |
Found 1 matching tests... | |
PASS __tests__/foo-test.coffee (0.064s) | |
42 | |
1 tests passed (1 total) | |
Run time: 1.084s | |
jest 0.40s user 0.07s system 36% cpu 1.292 total | |
[jeffmo@host ~/test]$ time jest | |
Found 1 matching tests... | |
PASS __tests__/foo-test.coffee (0.053s) | |
42 | |
1 tests passed (1 total) | |
Run time: 1.049s | |
jest 0.39s user 0.07s system 37% cpu 1.246 total | |
[jeffmo@host ~/test]$ time jest | |
Found 1 matching tests... | |
PASS __tests__/foo-test.coffee (0.058s) | |
42 | |
1 tests passed (1 total) | |
Run time: 1.047s | |
jest 1.10s user 0.19s system 103% cpu 1.252 total |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment