aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/commands/perform.rb
diff options
context:
space:
mode:
Diffstat (limited to 'railties/lib/commands/perform.rb')
-rw-r--r--railties/lib/commands/perform.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/railties/lib/commands/perform.rb b/railties/lib/commands/perform.rb
deleted file mode 100644
index 784837780c..0000000000
--- a/railties/lib/commands/perform.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-if %w( benchmarker profiler ).include?(ARGV.first)
- require "#{File.dirname(__FILE__)}/perform/#{ARGV.shift}"
-else
- puts "Usage: ./script/perform [benchmarker|profiler]"
-end