Created
May 30, 2014 20:00
-
-
Save luckyruby/9d48db8331a443fd0fad 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
task :request do | |
puts "foo" | |
end |
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
$ time be rake request | |
foo | |
real 0m1.850s | |
user 0m1.520s | |
sys 0m0.321s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment