summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 1261793..287a352 100644
--- a/Rakefile
+++ b/Rakefile
@@ -6,3 +6,7 @@ import "lib/killjoy/tasks/rabbitmq.rake"
RSpec::Core::RakeTask.new(:spec)
task :default => :spec
+
+task :timing => ['rabbitmq:reset', 'mongo:drop', 'db:reset'] do
+ sh "exe/killjoy-timing"
+end