-
-
Save octosteve/9e9dec02e3542dc19e09 to your computer and use it in GitHub Desktop.
Lies about time to run
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
➜ time bin/rspec | |
... | |
Finished in 0.12155 seconds (files took 1.09 seconds to load) | |
3 examples, 0 failures | |
bin/rspec 1.38s user 0.24s system 98% cpu 1.646 total | |
➜ time rspec | |
... | |
Finished in 0.11989 seconds (files took 1.31 seconds to load) | |
3 examples, 0 failures | |
rspec 1.34s user 0.21s system 99% cpu 1.556 total |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment