aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/commands/perform.rb
blob: 784837780cf62d5b8e5b969badcce617caef618a (plain) (blame)
1
2
3
4
5
if %w( benchmarker profiler ).include?(ARGV.first)
  require "#{File.dirname(__FILE__)}/perform/#{ARGV.shift}"
else
  puts "Usage: ./script/perform [benchmarker|profiler]"
end