Skip to content

Instantly share code, notes, and snippets.

@octosteve
Created July 10, 2014 21:27
Show Gist options
  • Save octosteve/9e9dec02e3542dc19e09 to your computer and use it in GitHub Desktop.
Save octosteve/9e9dec02e3542dc19e09 to your computer and use it in GitHub Desktop.
Lies about time to run
➜ 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